mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1187 Removed "#"
This commit is contained in:
parent
8e837fb985
commit
66fdc73e71
@ -71,7 +71,6 @@ qmfiles.CONFIG += no_check_exist
|
|||||||
INSTALLS += qmfiles
|
INSTALLS += qmfiles
|
||||||
|
|
||||||
#========= begin block copying qt_*.qm files ==========
|
#========= begin block copying qt_*.qm files ==========
|
||||||
#win32 {
|
|
||||||
defineReplace(QtQmExists) {
|
defineReplace(QtQmExists) {
|
||||||
for(lang,$$1) {
|
for(lang,$$1) {
|
||||||
qm_file = $$[QT_INSTALL_TRANSLATIONS]/qt_$${lang}.qm
|
qm_file = $$[QT_INSTALL_TRANSLATIONS]/qt_$${lang}.qm
|
||||||
@ -88,5 +87,4 @@ INSTALLS += qmfiles
|
|||||||
copyQT_QMs.name = Copy ${QMAKE_FILE_IN}
|
copyQT_QMs.name = Copy ${QMAKE_FILE_IN}
|
||||||
copyQT_QMs.CONFIG += no_link
|
copyQT_QMs.CONFIG += no_link
|
||||||
QMAKE_EXTRA_COMPILERS += copyQT_QMs
|
QMAKE_EXTRA_COMPILERS += copyQT_QMs
|
||||||
#}
|
|
||||||
#========= end block copying qt_*.qm files ============
|
#========= end block copying qt_*.qm files ============
|
||||||
|
Loading…
x
Reference in New Issue
Block a user