summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/simple/simple.pro
blob: b27cc7aab5d8637ae7157586f395c511ec2605ae (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
CONFIG += qt 
INTERFACES += simple.ui
HEADERS = simpleimpl.h  simplefactory.h stdinstructions.h
SOURCES = simpleimpl.cpp simplefactory.cpp
INCLUDEPATH     += $(OPIEDIR)/include ../main/
DEPENDPATH      += $(OPIEDIR)/include 
DESTDIR = $(OPIEDIR)/plugins/calculator

include( $(OPIEDIR)/include.pro )