mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +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 ()
|
endif ()
|
||||||
|
|
||||||
# add a post-build command to call windeployqt to copy Qt plugins
|
# 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(
|
add_custom_command(
|
||||||
TARGET ${TARGET_NAME}
|
TARGET ${TARGET_NAME}
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
|
|
|
@ -240,7 +240,7 @@ endif()
|
||||||
|
|
||||||
|
|
||||||
def installQt(self):
|
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 ")
|
print ("Downloading Qt from AWS ")
|
||||||
dest = os.path.join(self.path, 'installed')
|
dest = os.path.join(self.path, 'installed')
|
||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
|
|
Loading…
Reference in a new issue