Deploy QMapLibreGL first, in order to not overwrite translate files from supercell-wx target

This commit is contained in:
Dan Paulat 2023-02-04 00:53:49 -06:00
parent 10afdb2b58
commit a23af3217c

View file

@ -371,16 +371,16 @@ install(TARGETS supercell-wx
RUNTIME
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
FILENAME_VARIABLE deploy_script_qmaplibregl
NO_UNSUPPORTED_PLATFORM_ERROR)
install(SCRIPT ${deploy_script_scwx}
COMPONENT supercell-wx)
qt_generate_deploy_app_script(TARGET supercell-wx
FILENAME_VARIABLE deploy_script_scwx
NO_UNSUPPORTED_PLATFORM_ERROR)
install(SCRIPT ${deploy_script_qmaplibregl}
COMPONENT supercell-wx)
install(SCRIPT ${deploy_script_scwx}
COMPONENT supercell-wx)