This repository was archived by the owner on Mar 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ HEADERS += \
2222 settingssetuploader_p.h \
2323 settingsviewmodel_p.h \
2424 settingsviewmodel.h \
25- injection.h
25+ injection.h
2626
2727SOURCES += \
2828 viewmodel.cpp \
@@ -42,11 +42,11 @@ TRANSLATIONS += \
4242DISTFILES += $$TRANSLATIONS \
4343 settings.xsd
4444
45+ load(qt_module)
46+
4547qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
4648qpmx_ts_target.depends += lrelease
4749
48- load(qt_module)
49-
5050FEATURES += ../../mkspecs/features/qsettingstranslator.prf
5151features.files = $$FEATURES
5252features.path = $$[QT_HOST_DATA ]/mkspecs/features/
@@ -55,7 +55,7 @@ SCRIPTS += ../../bin/qsettingstranslator.py
5555scripts.files = $$SCRIPTS
5656scripts.path = $$[QT_INSTALL_BINS ]
5757
58- INSTALLS += features scripts
58+ INSTALLS += qpmx_ts_target features scripts
5959
6060win32 {
6161 QMAKE_TARGET_PRODUCT = " $$TARGET"
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ DISTFILES += $$TRANSLATIONS \
3434
3535qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
3636qpmx_ts_target.depends += lrelease
37+ INSTALLS += qpmx_ts_target
3738
3839load(qt_module)
3940
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ DISTFILES += $$TRANSLATIONS
1919
2020qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
2121qpmx_ts_target.depends += lrelease
22+ INSTALLS += qpmx_ts_target
2223
2324load(qt_module)
2425
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ DISTFILES += $$TRANSLATIONS
3838
3939qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
4040qpmx_ts_target.depends += lrelease
41+ INSTALLS += qpmx_ts_target
4142
4243load(qt_module)
4344
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ DISTFILES += $$TRANSLATIONS
2424
2525qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
2626qpmx_ts_target.depends += lrelease
27+ INSTALLS += qpmx_ts_target
2728
2829load(qt_module)
2930
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ DISTFILES += $$TRANSLATIONS
3535
3636qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
3737qpmx_ts_target.depends += lrelease
38+ INSTALLS += qpmx_ts_target
3839
3940load(qt_module)
4041
You can’t perform that action at this time.
0 commit comments