summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/calc.pro
blob: 462d75ed43f32c487c944239da100e8a0b8f6b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

include ( $(OPIEDIR)/include.pro )