summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/datebook2.pro
Unidiff
Diffstat (limited to 'core/pim/datebook2/datebook2.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook2/datebook2.pro14
1 files changed, 13 insertions, 1 deletions
diff --git a/core/pim/datebook2/datebook2.pro b/core/pim/datebook2/datebook2.pro
index 6ae4057..6a209bb 100644
--- a/core/pim/datebook2/datebook2.pro
+++ b/core/pim/datebook2/datebook2.pro
@@ -1,29 +1,41 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS= mainwindow.h \ 4 HEADERS= mainwindow.h \
5 bookmanager.h \ 5 bookmanager.h \
6 locationmanager.h \ 6 locationmanager.h \
7 show.h \ 7 show.h \
8 view.h \ 8 view.h \
9 descriptionmanager.h \ 9 descriptionmanager.h \
10 stringmanager.h \ 10 stringmanager.h \
11 editor.h \ 11 editor.h \
12 managertemplate.h \ 12 managertemplate.h \
13 templatemanager.h 13 templatemanager.h
14 14
15 SOURCES= main.cpp \ 15 SOURCES= main.cpp \
16 mainwindow.cpp \ 16 mainwindow.cpp \
17 bookmanager.cpp \ 17 bookmanager.cpp \
18 stringmanager.cpp \ 18 stringmanager.cpp \
19 templatemanager.cpp \ 19 templatemanager.cpp \
20 show.cpp \ 20 show.cpp \
21 view.cpp \ 21 view.cpp \
22 editor.cpp 22 editor.cpp
23 23
24INCLUDEPATH += $(OPIEDIR)/include 24INCLUDEPATH += $(OPIEDIR)/include
25 DEPENDPATH+= $(OPIEDIR)/include 25 DEPENDPATH+= $(OPIEDIR)/include
26LIBS += -lqpe -lopie 26LIBS += -lqpe -lopie
27 TARGET = datebook2 27 TARGET = datebook2
28 28
29include ( $(OPIEDIR)/include.pro ) 29include(
30
31
32
33
34
35
36
37
38
39
40
41 $(OPIEDIR)/include.pro )