summaryrefslogtreecommitdiff
path: root/noncore/tools/calculator/calculator.pro
blob: 8f631be7e557b2a1b3b5f009353ccda4f1003436 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG		= qt warn_on release quick-app
HEADERS		= calculatorimpl.h
SOURCES		= calculatorimpl.cpp \
		  main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	= calculator.ui
TARGET		= calculator

include ( $(OPIEDIR)/include.pro )