summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/simple/simple.pro
blob: 9e5d4e0406485168e27ea4ec62b6d92ae4ee9f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release

# Input
INTERFACES += simple.ui
HEADERS = simpleimpl.h  simplefactory.h stdinstructions.h
SOURCES = simpleimpl.cpp simplefactory.cpp

INCLUDEPATH     += $(OPIEDIR)/include \
		    $(OPIEDIR)/calc2
DEPENDPATH      += $(OPIEDIR)/include 

DESTDIR = $(OPIEDIR)/plugins/calculator