summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (side-by-side diff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/tools/calc2
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-b13d95b210c7d16229514afc66e32a1de09a075c.zip
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
Diffstat (limited to 'noncore/tools/calc2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro33
-rw-r--r--noncore/tools/calc2/calc.pro33
-rw-r--r--noncore/tools/calc2/simple/simple.pro33
3 files changed, 42 insertions, 57 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 1db454e..cf83612 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -1,33 +1,28 @@
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release
-
# Input
INTERFACES += binary.ui
HEADERS = binaryimpl.h \
binaryfactory.h
SOURCES = binaryimpl.cpp \
binaryfactory.cpp
-
INCLUDEPATH += $(OPIEDIR)/include \
$(OPIEDIR)/calc2
DEPENDPATH += $(OPIEDIR)/include
-
DESTDIR = $(OPIEDIR)/plugins/calculator
-
-TRANSLATIONS = ../../../../i18n/de/lib.ts
-TRANSLATIONS += ../../../../i18n/en/lib.ts
-TRANSLATIONS += ../../../../i18n/es/lib.ts
-TRANSLATIONS += ../../../../i18n/fr/lib.ts
-TRANSLATIONS += ../../../../i18n/hu/lib.ts
-TRANSLATIONS += ../../../../i18n/ja/lib.ts
-TRANSLATIONS += ../../../../i18n/ko/lib.ts
-TRANSLATIONS += ../../../../i18n/no/lib.ts
-TRANSLATIONS += ../../../../i18n/pl/lib.ts
-TRANSLATIONS += ../../../../i18n/pt/lib.ts
-TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
-TRANSLATIONS += ../../../../i18n/sl/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
-
+TRANSLATIONS = ../../../../i18n/de/lib.ts \
+ ../../../../i18n/en/lib.ts \
+ ../../../../i18n/es/lib.ts \
+ ../../../../i18n/fr/lib.ts \
+ ../../../../i18n/hu/lib.ts \
+ ../../../../i18n/ja/lib.ts \
+ ../../../../i18n/ko/lib.ts \
+ ../../../../i18n/no/lib.ts \
+ ../../../../i18n/pl/lib.ts \
+ ../../../../i18n/pt/lib.ts \
+ ../../../../i18n/pt_BR/lib.ts \
+ ../../../../i18n/sl/lib.ts \
+ ../../../../i18n/zh_CN/lib.ts \
+ ../../../../i18n/zh_TW/lib.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 5167f4a..5b58b36 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,28 +1,23 @@
TEMPLATE = app
CONFIG += qt release
-
# Input
HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
SOURCES += calc.cpp main.cpp engine.cpp
-
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -Wl,-export-dynamic
-
-
-TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts
-
+TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \
+ ../../../i18n/en/calc.pro.in.ts \
+ ../../../i18n/es/calc.pro.in.ts \
+ ../../../i18n/fr/calc.pro.in.ts \
+ ../../../i18n/hu/calc.pro.in.ts \
+ ../../../i18n/ja/calc.pro.in.ts \
+ ../../../i18n/ko/calc.pro.in.ts \
+ ../../../i18n/no/calc.pro.in.ts \
+ ../../../i18n/pl/calc.pro.in.ts \
+ ../../../i18n/pt/calc.pro.in.ts \
+ ../../../i18n/pt_BR/calc.pro.in.ts \
+ ../../../i18n/sl/calc.pro.in.ts \
+ ../../../i18n/zh_CN/calc.pro.in.ts \
+ ../../../i18n/zh_TW/calc.pro.in.ts
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index b0c8546..148d307 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -1,31 +1,26 @@
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release
-
# Input
INTERFACES += simple.ui
HEADERS = simpleimpl.h simplefactory.h stdinstructions.h
SOURCES = simpleimpl.cpp simplefactory.cpp
-
INCLUDEPATH += $(OPIEDIR)/include \
$(OPIEDIR)/calc2
DEPENDPATH += $(OPIEDIR)/include
-
DESTDIR = $(OPIEDIR)/plugins/calculator
-
-TRANSLATIONS = ../../../../i18n/de/lib.ts
-TRANSLATIONS += ../../../../i18n/en/lib.ts
-TRANSLATIONS += ../../../../i18n/es/lib.ts
-TRANSLATIONS += ../../../../i18n/fr/lib.ts
-TRANSLATIONS += ../../../../i18n/hu/lib.ts
-TRANSLATIONS += ../../../../i18n/ja/lib.ts
-TRANSLATIONS += ../../../../i18n/ko/lib.ts
-TRANSLATIONS += ../../../../i18n/no/lib.ts
-TRANSLATIONS += ../../../../i18n/pl/lib.ts
-TRANSLATIONS += ../../../../i18n/pt/lib.ts
-TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
-TRANSLATIONS += ../../../../i18n/sl/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
-
+TRANSLATIONS = ../../../../i18n/de/lib.ts \
+ ../../../../i18n/en/lib.ts \
+ ../../../../i18n/es/lib.ts \
+ ../../../../i18n/fr/lib.ts \
+ ../../../../i18n/hu/lib.ts \
+ ../../../../i18n/ja/lib.ts \
+ ../../../../i18n/ko/lib.ts \
+ ../../../../i18n/no/lib.ts \
+ ../../../../i18n/pl/lib.ts \
+ ../../../../i18n/pt/lib.ts \
+ ../../../../i18n/pt_BR/lib.ts \
+ ../../../../i18n/sl/lib.ts \
+ ../../../../i18n/zh_CN/lib.ts \
+ ../../../../i18n/zh_TW/lib.ts