summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.pro
Side-by-side diff
Diffstat (limited to 'noncore/tools/calc2/calc.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/calc.pro33
1 files changed, 14 insertions, 19 deletions
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 5167f4a..5b58b36 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,28 +1,23 @@
TEMPLATE = app
CONFIG += qt release
-
# Input
HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
SOURCES += calc.cpp main.cpp engine.cpp
-
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -Wl,-export-dynamic
-
-
-TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts
-
+TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \
+ ../../../i18n/en/calc.pro.in.ts \
+ ../../../i18n/es/calc.pro.in.ts \
+ ../../../i18n/fr/calc.pro.in.ts \
+ ../../../i18n/hu/calc.pro.in.ts \
+ ../../../i18n/ja/calc.pro.in.ts \
+ ../../../i18n/ko/calc.pro.in.ts \
+ ../../../i18n/no/calc.pro.in.ts \
+ ../../../i18n/pl/calc.pro.in.ts \
+ ../../../i18n/pt/calc.pro.in.ts \
+ ../../../i18n/pt_BR/calc.pro.in.ts \
+ ../../../i18n/sl/calc.pro.in.ts \
+ ../../../i18n/zh_CN/calc.pro.in.ts \
+ ../../../i18n/zh_TW/calc.pro.in.ts