mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
Migrating qt_generate_deploy_app_script to Qt 6.5 syntax
This commit is contained in:
parent
a264bd6b1b
commit
27bce3c8b1
1 changed files with 2 additions and 2 deletions
|
|
@ -402,12 +402,12 @@ install(TARGETS supercell-wx
|
|||
# NO_TRANSLATIONS is needed for Qt 6.5.0 (will be fixed in 6.5.1)
|
||||
# https://bugreports.qt.io/browse/QTBUG-112204
|
||||
qt_generate_deploy_app_script(TARGET qmaplibregl
|
||||
FILENAME_VARIABLE deploy_script_qmaplibregl
|
||||
OUTPUT_SCRIPT deploy_script_qmaplibregl
|
||||
NO_TRANSLATIONS
|
||||
NO_UNSUPPORTED_PLATFORM_ERROR)
|
||||
|
||||
qt_generate_deploy_app_script(TARGET supercell-wx
|
||||
FILENAME_VARIABLE deploy_script_scwx
|
||||
OUTPUT_SCRIPT deploy_script_scwx
|
||||
NO_TRANSLATIONS
|
||||
NO_UNSUPPORTED_PLATFORM_ERROR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue