mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Deploy QMapLibreGL first, in order to not overwrite translate files from supercell-wx target
This commit is contained in:
parent
10afdb2b58
commit
a23af3217c
1 changed files with 6 additions and 6 deletions
|
|
@ -371,16 +371,16 @@ install(TARGETS supercell-wx
|
||||||
RUNTIME
|
RUNTIME
|
||||||
COMPONENT supercell-wx)
|
COMPONENT supercell-wx)
|
||||||
|
|
||||||
qt_generate_deploy_app_script(TARGET supercell-wx
|
|
||||||
FILENAME_VARIABLE deploy_script_scwx
|
|
||||||
NO_UNSUPPORTED_PLATFORM_ERROR)
|
|
||||||
|
|
||||||
qt_generate_deploy_app_script(TARGET qmaplibregl
|
qt_generate_deploy_app_script(TARGET qmaplibregl
|
||||||
FILENAME_VARIABLE deploy_script_qmaplibregl
|
FILENAME_VARIABLE deploy_script_qmaplibregl
|
||||||
NO_UNSUPPORTED_PLATFORM_ERROR)
|
NO_UNSUPPORTED_PLATFORM_ERROR)
|
||||||
|
|
||||||
install(SCRIPT ${deploy_script_scwx}
|
qt_generate_deploy_app_script(TARGET supercell-wx
|
||||||
COMPONENT supercell-wx)
|
FILENAME_VARIABLE deploy_script_scwx
|
||||||
|
NO_UNSUPPORTED_PLATFORM_ERROR)
|
||||||
|
|
||||||
install(SCRIPT ${deploy_script_qmaplibregl}
|
install(SCRIPT ${deploy_script_qmaplibregl}
|
||||||
COMPONENT supercell-wx)
|
COMPONENT supercell-wx)
|
||||||
|
|
||||||
|
install(SCRIPT ${deploy_script_scwx}
|
||||||
|
COMPONENT supercell-wx)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue