mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 09:23:22 +02:00
Testing windeployqt
This commit is contained in:
parent
2009ce95b2
commit
bd40ea057b
2 changed files with 8 additions and 1 deletions
|
@ -36,6 +36,13 @@ macro(PACKAGE_LIBRARIES_FOR_DEPLOYMENT)
|
|||
endif ()
|
||||
|
||||
# add a post-build command to call windeployqt to copy Qt plugins
|
||||
message("+++++++++++++++++++++++++++++++++++++")
|
||||
message(STATUS ${TARGET_NAME})
|
||||
message(STATUS ${QT_DIR})
|
||||
message(STATUS ${TARGET_FILE})
|
||||
message(STATUS ${WINDEPLOYQT_COMMAND})
|
||||
message(STATUS ${EXTRA_DEPLOY_OPTIONS})
|
||||
message("-------------------------------------")
|
||||
add_custom_command(
|
||||
TARGET ${TARGET_NAME}
|
||||
POST_BUILD
|
||||
|
|
|
@ -240,7 +240,7 @@ endif()
|
|||
|
||||
|
||||
def installQt(self):
|
||||
if True or not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')):
|
||||
if not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')):
|
||||
print ("Downloading Qt from AWS ")
|
||||
dest = os.path.join(self.path, 'installed')
|
||||
if platform.system() == 'Windows':
|
||||
|
|
Loading…
Reference in a new issue