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