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.pro2
-rw-r--r--noncore/tools/calc2/calc.pro2
-rw-r--r--noncore/tools/calc2/simple/simple.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 33a5a75..d15028e 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -1,9 +1,9 @@
1#TEMPLATE = lib 1#TEMPLATE = lib
2#CONFIG -= moc 2#CONFIG -= moc
3#CONFIG += qt release 3#CONFIG += qt
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
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 462d75e..06f5a64 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,8 +1,8 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt release 2CONFIG += qt
3# Input 3# Input
4HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 4HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
5SOURCES += calc.cpp main.cpp engine.cpp 5SOURCES += calc.cpp main.cpp engine.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe -Wl,-export-dynamic 8LIBS += -lqpe -Wl,-export-dynamic
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index e84d18f..fbf759f 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -1,9 +1,9 @@
1#TEMPLATE = lib 1#TEMPLATE = lib
2#CONFIG -= moc 2#CONFIG -= moc
3#CONFIG += qt release 3#CONFIG += qt
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