summaryrefslogtreecommitdiff
path: root/core/pim/today/today.pro
blob: 453eef996e260b5250cb6668ecc78b772a536f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE	= app
CONFIG		+= qt warn on  quick-app

HEADERS		= today.h todaybase.h todayconfig.h
SOURCES		= today.cpp todaybase.cpp todayconfig.cpp main.cpp
INTERFACES = todayconfigmiscbase.ui

INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2 -lopiepim2 -lopieui2 

TARGET		= today

include(









 $(OPIEDIR)/include.pro )