summaryrefslogtreecommitdiff
path: root/noncore/tools
authordavipt <davipt>2002-06-28 12:25:33 (UTC)
committer davipt <davipt>2002-06-28 12:25:33 (UTC)
commit133d3c7fdbdb581928d0a16f78eb197a7b5fc922 (patch) (unidiff)
treec5556d929501c6de20363f722444a5c44be99a7c /noncore/tools
parentf53c07ae3b06b23c4d0ab414a73335096673685c (diff)
downloadopie-133d3c7fdbdb581928d0a16f78eb197a7b5fc922.zip
opie-133d3c7fdbdb581928d0a16f78eb197a7b5fc922.tar.gz
opie-133d3c7fdbdb581928d0a16f78eb197a7b5fc922.tar.bz2
Is this app working ? if so, can we change the libraries names ?
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro57
-rw-r--r--noncore/tools/calc2/calc.pro48
-rw-r--r--noncore/tools/calc2/simple/simple.pro52
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 @@
1TEMPLATE = lib 1#TEMPLATE = lib
2CONFIG -= moc 2#CONFIG -= moc
3CONFIG += qt release 3#CONFIG += qt release
4# Input 4## Input
5INTERFACES += binary.ui 5#INTERFACES += binary.ui
6HEADERS = binaryimpl.h \ 6#HEADERS = binaryimpl.h \
7 binaryfactory.h 7 # binaryfactory.h
8SOURCES = binaryimpl.cpp \ 8#SOURCES = binaryimpl.cpp \
9 binaryfactory.cpp 9 # binaryfactory.cpp
10INCLUDEPATH += $(OPIEDIR)/include \ 10#INCLUDEPATH += $(OPIEDIR)/include \
11 $(OPIEDIR)/calc2 11 # $(OPIEDIR)/calc2
12DEPENDPATH += $(OPIEDIR)/include 12#DEPENDPATH += $(OPIEDIR)/include
13DESTDIR = $(OPIEDIR)/plugins/calculator 13#DESTDIR = $(OPIEDIR)/plugins/calculator
14 14#TARGET = binary
15TRANSLATIONS = ../../../../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 @@
1TEMPLATE = app 1#TEMPLATE = app
2CONFIG += qt release 2#CONFIG += qt release
3# Input 3## Input
4HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 4#HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
5SOURCES += calc.cpp main.cpp engine.cpp 5#SOURCES += calc.cpp main.cpp engine.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6#INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7#DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe -Wl,-export-dynamic 8#LIBS += -lqpe -Wl,-export-dynamic
9 9#TARGET = calc
10TRANSLATIONS = ../../../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 @@
1TEMPLATE = lib 1#TEMPLATE = lib
2CONFIG -= moc 2#CONFIG -= moc
3CONFIG += qt release 3#CONFIG += qt release
4# Input 4## Input
5INTERFACES += simple.ui 5#INTERFACES += simple.ui
6HEADERS = simpleimpl.h simplefactory.h stdinstructions.h 6#HEADERS = simpleimpl.h simplefactory.h stdinstructions.h
7SOURCES = simpleimpl.cpp simplefactory.cpp 7#SOURCES = simpleimpl.cpp simplefactory.cpp
8INCLUDEPATH += $(OPIEDIR)/include \ 8#INCLUDEPATH += $(OPIEDIR)/include \
9 $(OPIEDIR)/calc2 9 # $(OPIEDIR)/calc2
10DEPENDPATH += $(OPIEDIR)/include 10#DEPENDPATH += $(OPIEDIR)/include
11DESTDIR = $(OPIEDIR)/plugins/calculator 11#DESTDIR = $(OPIEDIR)/plugins/calculator
12 12#
13TRANSLATIONS = ../../../../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