1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1187 Removed "#"

This commit is contained in:
Laurent Lalanne 2014-01-31 19:15:15 +01:00 committed by f5soh
parent 8e837fb985
commit 66fdc73e71

View File

@ -71,7 +71,6 @@ qmfiles.CONFIG += no_check_exist
INSTALLS += qmfiles
#========= begin block copying qt_*.qm files ==========
#win32 {
defineReplace(QtQmExists) {
for(lang,$$1) {
qm_file = $$[QT_INSTALL_TRANSLATIONS]/qt_$${lang}.qm
@ -88,5 +87,4 @@ INSTALLS += qmfiles
copyQT_QMs.name = Copy ${QMAKE_FILE_IN}
copyQT_QMs.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copyQT_QMs
#}
#========= end block copying qt_*.qm files ============