summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.pro
Unidiff
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 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt release 2CONFIG += qt release
3
4# Input 3# Input
5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 4HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
6SOURCES += calc.cpp main.cpp engine.cpp 5SOURCES += calc.cpp main.cpp engine.cpp
7
8INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 8LIBS += -lqpe -Wl,-export-dynamic
11 9
12 10TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \
13 11 ../../../i18n/en/calc.pro.in.ts \
14TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts 12 ../../../i18n/es/calc.pro.in.ts \
15TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts 13 ../../../i18n/fr/calc.pro.in.ts \
16TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts 14 ../../../i18n/hu/calc.pro.in.ts \
17TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts 15 ../../../i18n/ja/calc.pro.in.ts \
18TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts 16 ../../../i18n/ko/calc.pro.in.ts \
19TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts 17 ../../../i18n/no/calc.pro.in.ts \
20TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts 18 ../../../i18n/pl/calc.pro.in.ts \
21TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts 19 ../../../i18n/pt/calc.pro.in.ts \
22TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts 20 ../../../i18n/pt_BR/calc.pro.in.ts \
23TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts 21 ../../../i18n/sl/calc.pro.in.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts 22 ../../../i18n/zh_CN/calc.pro.in.ts \
25TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts 23 ../../../i18n/zh_TW/calc.pro.in.ts
26TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts
27TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts
28