-rw-r--r-- | noncore/tools/calc2/binary/binary.pro | 57 | ||||
-rw-r--r-- | noncore/tools/calc2/calc.pro | 48 | ||||
-rw-r--r-- | noncore/tools/calc2/simple/simple.pro | 52 |
3 files changed, 80 insertions, 77 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index cf83612..9e32362 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | #TEMPLATE = lib |
2 | CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt release | 3 | #CONFIG += qt release |
4 | # Input | 4 | ## Input |
5 | INTERFACES += binary.ui | 5 | #INTERFACES += binary.ui |
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 | 14 | #TARGET = binary | |
15 | TRANSLATIONS = ../../../../i18n/de/lib.ts \ | 15 | # |
16 | ../../../../i18n/en/lib.ts \ | 16 | #TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ |
17 | ../../../../i18n/es/lib.ts \ | 17 | # ../../../../i18n/en/libbinary.ts \ |
18 | ../../../../i18n/fr/lib.ts \ | 18 | # ../../../../i18n/es/libbinary.ts \ |
19 | ../../../../i18n/hu/lib.ts \ | 19 | # ../../../../i18n/fr/libbinary.ts \ |
20 | ../../../../i18n/ja/lib.ts \ | 20 | # ../../../../i18n/hu/libbinary.ts \ |
21 | ../../../../i18n/ko/lib.ts \ | 21 | # ../../../../i18n/ja/libbinary.ts \ |
22 | ../../../../i18n/no/lib.ts \ | 22 | # ../../../../i18n/ko/libbinary.ts \ |
23 | ../../../../i18n/pl/lib.ts \ | 23 | # ../../../../i18n/no/libbinary.ts \ |
24 | ../../../../i18n/pt/lib.ts \ | 24 | # ../../../../i18n/pl/libbinary.ts \ |
25 | ../../../../i18n/pt_BR/lib.ts \ | 25 | # ../../../../i18n/pt/libbinary.ts \ |
26 | ../../../../i18n/sl/lib.ts \ | 26 | # ../../../../i18n/pt_BR/libbinary.ts \ |
27 | ../../../../i18n/zh_CN/lib.ts \ | 27 | # ../../../../i18n/sl/libbinary.ts \ |
28 | ../../../../i18n/zh_TW/lib.ts | 28 | # ../../../../i18n/zh_CN/libbinary.ts \ |
29 | # ../../../../i18n/zh_TW/libbinary.ts | ||
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 5b58b36..f9553ef 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,23 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | #TEMPLATE = app |
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 | 9 | #TARGET = calc | |
10 | TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \ | 10 | #DESTDIR = $(OPIEDIR)/bin |
11 | ../../../i18n/en/calc.pro.in.ts \ | 11 | # |
12 | ../../../i18n/es/calc.pro.in.ts \ | 12 | #TRANSLATIONS = ../../../i18n/de/calc.pro \ |
13 | ../../../i18n/fr/calc.pro.in.ts \ | 13 | # ../../../i18n/en/calc.pro \ |
14 | ../../../i18n/hu/calc.pro.in.ts \ | 14 | # ../../../i18n/es/calc.pro \ |
15 | ../../../i18n/ja/calc.pro.in.ts \ | 15 | # ../../../i18n/fr/calc.pro \ |
16 | ../../../i18n/ko/calc.pro.in.ts \ | 16 | # ../../../i18n/hu/calc.pro \ |
17 | ../../../i18n/no/calc.pro.in.ts \ | 17 | # ../../../i18n/ja/calc.pro \ |
18 | ../../../i18n/pl/calc.pro.in.ts \ | 18 | # ../../../i18n/ko/calc.pro \ |
19 | ../../../i18n/pt/calc.pro.in.ts \ | 19 | # ../../../i18n/no/calc.pro \ |
20 | ../../../i18n/pt_BR/calc.pro.in.ts \ | 20 | # ../../../i18n/pl/calc.pro \ |
21 | ../../../i18n/sl/calc.pro.in.ts \ | 21 | # ../../../i18n/pt/calc.pro \ |
22 | ../../../i18n/zh_CN/calc.pro.in.ts \ | 22 | # ../../../i18n/pt_BR/calc.pro \ |
23 | ../../../i18n/zh_TW/calc.pro.in.ts | 23 | # ../../../i18n/sl/calc.pro \ |
24 | # ../../../i18n/zh_CN/calc.pro \ | ||
25 | # ../../../i18n/zh_TW/calc.pro | ||
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index 148d307..c114dde 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro | |||
@@ -1,26 +1,26 @@ | |||
1 | TEMPLATE = lib | 1 | #TEMPLATE = lib |
2 | CONFIG -= moc | 2 | #CONFIG -= moc |
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 |