summaryrefslogtreecommitdiff
path: root/noncore/tools/calculator/calculator.pro
blob: 9f3e994a512359da926c8b36e28921837933cca4 (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 )