From 66fdc73e71c909bc8c9c69083b6461935103472f Mon Sep 17 00:00:00 2001 From: Laurent Lalanne Date: Fri, 31 Jan 2014 19:15:15 +0100 Subject: [PATCH] OP-1187 Removed "#" --- .../share/openpilotgcs/translations/translations.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/ground/openpilotgcs/share/openpilotgcs/translations/translations.pro b/ground/openpilotgcs/share/openpilotgcs/translations/translations.pro index 9c03609a7..e788214ad 100644 --- a/ground/openpilotgcs/share/openpilotgcs/translations/translations.pro +++ b/ground/openpilotgcs/share/openpilotgcs/translations/translations.pro @@ -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 ============