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 += \
22
22
settingssetuploader_p.h \
23
23
settingsviewmodel_p.h \
24
24
settingsviewmodel.h \
25
- injection.h
25
+ injection.h
26
26
27
27
SOURCES += \
28
28
viewmodel.cpp \
@@ -42,11 +42,11 @@ TRANSLATIONS += \
42
42
DISTFILES += $$TRANSLATIONS \
43
43
settings.xsd
44
44
45
+ load(qt_module)
46
+
45
47
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
46
48
qpmx_ts_target.depends += lrelease
47
49
48
- load(qt_module)
49
-
50
50
FEATURES += ../../mkspecs/features/qsettingstranslator.prf
51
51
features.files = $$FEATURES
52
52
features.path = $$[QT_HOST_DATA ]/mkspecs/features/
@@ -55,7 +55,7 @@ SCRIPTS += ../../bin/qsettingstranslator.py
55
55
scripts.files = $$SCRIPTS
56
56
scripts.path = $$[QT_INSTALL_BINS ]
57
57
58
- INSTALLS += features scripts
58
+ INSTALLS += qpmx_ts_target features scripts
59
59
60
60
win32 {
61
61
QMAKE_TARGET_PRODUCT = " $$TARGET"
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ DISTFILES += $$TRANSLATIONS \
34
34
35
35
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
36
36
qpmx_ts_target.depends += lrelease
37
+ INSTALLS += qpmx_ts_target
37
38
38
39
load(qt_module)
39
40
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ DISTFILES += $$TRANSLATIONS
19
19
20
20
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
21
21
qpmx_ts_target.depends += lrelease
22
+ INSTALLS += qpmx_ts_target
22
23
23
24
load(qt_module)
24
25
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ DISTFILES += $$TRANSLATIONS
38
38
39
39
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
40
40
qpmx_ts_target.depends += lrelease
41
+ INSTALLS += qpmx_ts_target
41
42
42
43
load(qt_module)
43
44
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ DISTFILES += $$TRANSLATIONS
24
24
25
25
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
26
26
qpmx_ts_target.depends += lrelease
27
+ INSTALLS += qpmx_ts_target
27
28
28
29
load(qt_module)
29
30
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ DISTFILES += $$TRANSLATIONS
35
35
36
36
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS ]
37
37
qpmx_ts_target.depends += lrelease
38
+ INSTALLS += qpmx_ts_target
38
39
39
40
load(qt_module)
40
41
You can’t perform that action at this time.
0 commit comments