qmake: Fix handling of QM_FILES_INSTALL_PATH
Do not expect the .qm files to be there at qmake time; they will only be generated at build time. Fixes: QTBUG-77398 Change-Id: If73fdb51d40138e52f62eaee0491a5d73d9fe161 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
d7b6c4288f
commit
7232c852a6
@ -35,6 +35,7 @@ embed_translations {
|
|||||||
!isEmpty(QM_FILES_INSTALL_PATH) {
|
!isEmpty(QM_FILES_INSTALL_PATH) {
|
||||||
qm_files.files = $$QM_FILES
|
qm_files.files = $$QM_FILES
|
||||||
qm_files.path = $$QM_FILES_INSTALL_PATH
|
qm_files.path = $$QM_FILES_INSTALL_PATH
|
||||||
|
qm_files.CONFIG = no_check_exist
|
||||||
INSTALLS += qm_files
|
INSTALLS += qm_files
|
||||||
}
|
}
|
||||||
lrelease.CONFIG += target_predeps no_clean
|
lrelease.CONFIG += target_predeps no_clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user