summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/simple/simple.pro
blob: dde5e7d3b0bfb7b7d7129a8caac8bcc75a56db0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = lib
CONFIG += qt 
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


include( $(OPIEDIR)/include.pro )