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

include ( $(OPIEDIR)/include.pro )