Skip to content

Commit

Permalink
qmake: Fix handling of QM_FILES_INSTALL_PATH
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kkoehne committed Feb 18, 2020
1 parent d7b6c42 commit 7232c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkspecs/features/lrelease.prf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ embed_translations {
!isEmpty(QM_FILES_INSTALL_PATH) {
qm_files.files = $$QM_FILES
qm_files.path = $$QM_FILES_INSTALL_PATH
qm_files.CONFIG = no_check_exist
INSTALLS += qm_files
}
lrelease.CONFIG += target_predeps no_clean
Expand Down

0 comments on commit 7232c85

Please sign in to comment.