summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2
Unidiff
Diffstat (limited to 'noncore/tools/calc2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro4
-rw-r--r--noncore/tools/calc2/calc.pro4
-rw-r--r--noncore/tools/calc2/simple/simple.pro4
3 files changed, 12 insertions, 0 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 9e32362..92dd2f6 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -6,24 +6,28 @@
6#HEADERS = binaryimpl.h \ 6#HEADERS = binaryimpl.h \
7 # binaryfactory.h 7 # binaryfactory.h
8#SOURCES = binaryimpl.cpp \ 8#SOURCES = binaryimpl.cpp \
9 # binaryfactory.cpp 9 # binaryfactory.cpp
10#INCLUDEPATH += $(OPIEDIR)/include \ 10#INCLUDEPATH += $(OPIEDIR)/include \
11 # $(OPIEDIR)/calc2 11 # $(OPIEDIR)/calc2
12#DEPENDPATH += $(OPIEDIR)/include 12#DEPENDPATH += $(OPIEDIR)/include
13#DESTDIR = $(OPIEDIR)/plugins/calculator 13#DESTDIR = $(OPIEDIR)/plugins/calculator
14#TARGET = binary 14#TARGET = binary
15# 15#
16#TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ 16#TRANSLATIONS = ../../../../i18n/de/libbinary.ts \
17 # ../../../../i18n/en/libbinary.ts \ 17 # ../../../../i18n/en/libbinary.ts \
18 # ../../../../i18n/es/libbinary.ts \ 18 # ../../../../i18n/es/libbinary.ts \
19 # ../../../../i18n/fr/libbinary.ts \ 19 # ../../../../i18n/fr/libbinary.ts \
20 # ../../../../i18n/hu/libbinary.ts \ 20 # ../../../../i18n/hu/libbinary.ts \
21 # ../../../../i18n/ja/libbinary.ts \ 21 # ../../../../i18n/ja/libbinary.ts \
22 # ../../../../i18n/ko/libbinary.ts \ 22 # ../../../../i18n/ko/libbinary.ts \
23 # ../../../../i18n/no/libbinary.ts \ 23 # ../../../../i18n/no/libbinary.ts \
24 # ../../../../i18n/pl/libbinary.ts \ 24 # ../../../../i18n/pl/libbinary.ts \
25 # ../../../../i18n/pt/libbinary.ts \ 25 # ../../../../i18n/pt/libbinary.ts \
26 # ../../../../i18n/pt_BR/libbinary.ts \ 26 # ../../../../i18n/pt_BR/libbinary.ts \
27 # ../../../../i18n/sl/libbinary.ts \ 27 # ../../../../i18n/sl/libbinary.ts \
28 # ../../../../i18n/zh_CN/libbinary.ts \ 28 # ../../../../i18n/zh_CN/libbinary.ts \
29 # ../../../../i18n/zh_TW/libbinary.ts 29 # ../../../../i18n/zh_TW/libbinary.ts
30
31
32
33include ( ../../../../include.pro )
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 )
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index c114dde..772db73 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -3,24 +3,28 @@
3#CONFIG += qt release 3#CONFIG += qt release
4## Input 4## Input
5#INTERFACES += simple.ui 5#INTERFACES += simple.ui
6#HEADERS = simpleimpl.h simplefactory.h stdinstructions.h 6#HEADERS = simpleimpl.h simplefactory.h stdinstructions.h
7#SOURCES = simpleimpl.cpp simplefactory.cpp 7#SOURCES = simpleimpl.cpp simplefactory.cpp
8#INCLUDEPATH += $(OPIEDIR)/include \ 8#INCLUDEPATH += $(OPIEDIR)/include \
9 # $(OPIEDIR)/calc2 9 # $(OPIEDIR)/calc2
10#DEPENDPATH += $(OPIEDIR)/include 10#DEPENDPATH += $(OPIEDIR)/include
11#DESTDIR = $(OPIEDIR)/plugins/calculator 11#DESTDIR = $(OPIEDIR)/plugins/calculator
12# 12#
13#TRANSLATIONS = ../../../../i18n/de/lib.ts \ 13#TRANSLATIONS = ../../../../i18n/de/lib.ts \
14 # ../../../../i18n/en/lib.ts \ 14 # ../../../../i18n/en/lib.ts \
15 # ../../../../i18n/es/lib.ts \ 15 # ../../../../i18n/es/lib.ts \
16 # ../../../../i18n/fr/lib.ts \ 16 # ../../../../i18n/fr/lib.ts \
17 # ../../../../i18n/hu/lib.ts \ 17 # ../../../../i18n/hu/lib.ts \
18 # ../../../../i18n/ja/lib.ts \ 18 # ../../../../i18n/ja/lib.ts \
19 # ../../../../i18n/ko/lib.ts \ 19 # ../../../../i18n/ko/lib.ts \
20 # ../../../../i18n/no/lib.ts \ 20 # ../../../../i18n/no/lib.ts \
21 # ../../../../i18n/pl/lib.ts \ 21 # ../../../../i18n/pl/lib.ts \
22 # ../../../../i18n/pt/lib.ts \ 22 # ../../../../i18n/pt/lib.ts \
23 # ../../../../i18n/pt_BR/lib.ts \ 23 # ../../../../i18n/pt_BR/lib.ts \
24 # ../../../../i18n/sl/lib.ts \ 24 # ../../../../i18n/sl/lib.ts \
25 # ../../../../i18n/zh_CN/lib.ts \ 25 # ../../../../i18n/zh_CN/lib.ts \
26 # ../../../../i18n/zh_TW/lib.ts 26 # ../../../../i18n/zh_TW/lib.ts
27
28
29
30include ( ../../../../include.pro )