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.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 93e7f65..ce59a6e 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,23 +1,25 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt release 2CONFIG += qt release
3 3
4# Input 4# Input
5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
6SOURCES += calc.cpp main.cpp engine.cpp 6SOURCES += calc.cpp main.cpp engine.cpp
7 7
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 10LIBS += -lqpe -Wl,-export-dynamic
11 11
12TRANSLATIONS = ../i18n/pt_BR/calc.ts 12TRANSLATIONS = ../i18n/pt_BR/calc.ts
13TRANSLATIONS += ../i18n/es/calc.ts
14TRANSLATIONS += ../i18n/pt/calc.ts
13TRANSLATIONS += ../i18n/de/calc.ts 15TRANSLATIONS += ../i18n/de/calc.ts
14TRANSLATIONS += ../i18n/en/calc.ts 16TRANSLATIONS += ../i18n/en/calc.ts
15TRANSLATIONS += ../i18n/sl/calc.ts 17TRANSLATIONS += ../i18n/sl/calc.ts
16TRANSLATIONS += ../i18n/hu/calc.ts 18TRANSLATIONS += ../i18n/hu/calc.ts
17TRANSLATIONS += ../i18n/fr/calc.ts 19TRANSLATIONS += ../i18n/fr/calc.ts
18TRANSLATIONS += ../i18n/ja/calc.ts 20TRANSLATIONS += ../i18n/ja/calc.ts
19TRANSLATIONS += ../i18n/pl/calc.ts 21TRANSLATIONS += ../i18n/pl/calc.ts
20TRANSLATIONS += ../i18n/ko/calc.ts 22TRANSLATIONS += ../i18n/ko/calc.ts
21TRANSLATIONS += ../i18n/no/calc.ts 23TRANSLATIONS += ../i18n/no/calc.ts
22TRANSLATIONS += ../i18n/zh_CN/calc.ts 24TRANSLATIONS += ../i18n/zh_CN/calc.ts
23TRANSLATIONS += ../i18n/zh_TW/calc.ts 25TRANSLATIONS += ../i18n/zh_TW/calc.ts