mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 08:00:05 +00:00
Set Qt NO_TRANSLATIONS (QTBUG-112204)
This commit is contained in:
parent
17a9c9190d
commit
a264bd6b1b
1 changed files with 4 additions and 0 deletions
|
|
@ -399,12 +399,16 @@ install(TARGETS supercell-wx
|
||||||
COMPONENT supercell-wx
|
COMPONENT supercell-wx
|
||||||
OPTIONAL)
|
OPTIONAL)
|
||||||
|
|
||||||
|
# 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
|
qt_generate_deploy_app_script(TARGET qmaplibregl
|
||||||
FILENAME_VARIABLE deploy_script_qmaplibregl
|
FILENAME_VARIABLE deploy_script_qmaplibregl
|
||||||
|
NO_TRANSLATIONS
|
||||||
NO_UNSUPPORTED_PLATFORM_ERROR)
|
NO_UNSUPPORTED_PLATFORM_ERROR)
|
||||||
|
|
||||||
qt_generate_deploy_app_script(TARGET supercell-wx
|
qt_generate_deploy_app_script(TARGET supercell-wx
|
||||||
FILENAME_VARIABLE deploy_script_scwx
|
FILENAME_VARIABLE deploy_script_scwx
|
||||||
|
NO_TRANSLATIONS
|
||||||
NO_UNSUPPORTED_PLATFORM_ERROR)
|
NO_UNSUPPORTED_PLATFORM_ERROR)
|
||||||
|
|
||||||
install(SCRIPT ${deploy_script_qmaplibregl}
|
install(SCRIPT ${deploy_script_qmaplibregl}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue