summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/main/main.pro
Unidiff
Diffstat (limited to 'noncore/tools/calc2/main/main.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calc2/main/main.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/calc2/main/main.pro b/noncore/tools/calc2/main/main.pro
index e2eda1f..2ef993d 100644
--- a/noncore/tools/calc2/main/main.pro
+++ b/noncore/tools/calc2/main/main.pro
@@ -2,11 +2,11 @@ TEMPLATE = app
2CONFIG += qt 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 -lopiecore2
9TARGET = calc2 9TARGET = calc2
10DESTDIR = $(OPIEDIR)/bin 10DESTDIR = $(OPIEDIR)/bin
11 11
12include( $(OPIEDIR)/include.pro ) 12include( $(OPIEDIR)/include.pro )