mirror of
				https://git.jami.net/savoirfairelinux/jami-client-qt.git
				synced 2025-10-30 07:53:33 +08:00 
			
		
		
		
	This is the first in a series for cleaning up the top directory (root) of the repository and move various files/folders into nicely organized directory structures. GitLab: #749 Change-Id: If59b74fff981df242bc26e62a070bdb81d7baded
		
			
				
	
	
		
			7 lines
		
	
	
		
			317 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			317 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
message("Qt deploying in dir " ${QML_SRC_DIR})
 | 
						|
execute_process(COMMAND "${MAC_DEPLOY_QT_PATH}/macdeployqt"
 | 
						|
                            ${EXE_NAME}
 | 
						|
                            -qmldir=${QML_SRC_DIR})
 | 
						|
if(${ENABLE_SPARKLE} MATCHES true)
 | 
						|
    file(COPY ${SPARKLE_PATH} DESTINATION ${EXE_NAME}/Contents/Frameworks/)
 | 
						|
endif() |