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