summaryrefslogtreecommitdiff
path: root/core/pim/today/today.pro
blob: 03ee7955b7128d70e0f111465ce1b1e625af36c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG		+= qt warn on release quick-app

HEADERS		= today.h todaybase.h todayconfig.h
SOURCES		= today.cpp todaybase.cpp todayconfig.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopie
INTERFACES	=
TARGET		= today

include ( $(OPIEDIR)/include.pro )