summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2
authordavipt <davipt>2002-06-28 12:25:33 (UTC)
committer davipt <davipt>2002-06-28 12:25:33 (UTC)
commit133d3c7fdbdb581928d0a16f78eb197a7b5fc922 (patch) (side-by-side diff)
treec5556d929501c6de20363f722444a5c44be99a7c /noncore/tools/calc2
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/calc2') (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 @@
-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 \
- ../../../../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
+#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
+#TARGET = binary
+#
+#TRANSLATIONS = ../../../../i18n/de/libbinary.ts \
+# ../../../../i18n/en/libbinary.ts \
+# ../../../../i18n/es/libbinary.ts \
+# ../../../../i18n/fr/libbinary.ts \
+# ../../../../i18n/hu/libbinary.ts \
+# ../../../../i18n/ja/libbinary.ts \
+# ../../../../i18n/ko/libbinary.ts \
+# ../../../../i18n/no/libbinary.ts \
+# ../../../../i18n/pl/libbinary.ts \
+# ../../../../i18n/pt/libbinary.ts \
+# ../../../../i18n/pt_BR/libbinary.ts \
+# ../../../../i18n/sl/libbinary.ts \
+# ../../../../i18n/zh_CN/libbinary.ts \
+# ../../../../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 @@
-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 \
- ../../../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
+#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
+#TARGET = calc
+#DESTDIR = $(OPIEDIR)/bin
+#
+#TRANSLATIONS = ../../../i18n/de/calc.pro \
+# ../../../i18n/en/calc.pro \
+# ../../../i18n/es/calc.pro \
+# ../../../i18n/fr/calc.pro \
+# ../../../i18n/hu/calc.pro \
+# ../../../i18n/ja/calc.pro \
+# ../../../i18n/ko/calc.pro \
+# ../../../i18n/no/calc.pro \
+# ../../../i18n/pl/calc.pro \
+# ../../../i18n/pt/calc.pro \
+# ../../../i18n/pt_BR/calc.pro \
+# ../../../i18n/sl/calc.pro \
+# ../../../i18n/zh_CN/calc.pro \
+# ../../../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 @@
-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 \
- ../../../../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
+#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 \
+# ../../../../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