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