summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/datebook2.pro
Side-by-side diff
Diffstat (limited to 'core/pim/datebook2/datebook2.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook2/datebook2.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/pim/datebook2/datebook2.pro b/core/pim/datebook2/datebook2.pro
new file mode 100644
index 0000000..9d6ef4c
--- a/dev/null
+++ b/core/pim/datebook2/datebook2.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = mainwindow.h
+SOURCES = main.cpp \
+ mainwindow.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopie
+TARGET = datebook2
+
+include ( $(OPIEDIR)/include.pro )