summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.pro
Side-by-side diff
Diffstat (limited to 'noncore/tools/calc2/calc.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/calc.pro2
1 files changed, 1 insertions, 1 deletions
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,12 +1,12 @@
TEMPLATE = app
-CONFIG += qt release
+CONFIG += qt
# 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
include ( $(OPIEDIR)/include.pro )