summaryrefslogtreecommitdiff
path: root/core/pim/today/today.pro
Unidiff
Diffstat (limited to 'core/pim/today/today.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.pro20
1 files changed, 16 insertions, 4 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index f93b5bf..218cab8 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -1,6 +1,6 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on 1 CONFIG = qt warn_on
3 #CONFIG = qt warn_on release 2 #CONFIG = qt warn_on release
3
4 HEADERS = today.h todaybase.h todayconfig.h 4 HEADERS = today.h todaybase.h todayconfig.h
5 SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp 5 SOURCES = today.cpp todaybase.cpp todayconfig.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
@@ -10,3 +10,2 @@ INTERFACES =
10 TARGET = today 10 TARGET = today
11 DESTDIR = $(OPIEDIR)/bin
12 11
@@ -31,4 +30,17 @@ TRANSLATIONS = ../../../i18n/de/today.ts \
31 30
31include ( $(OPIEDIR)/include.pro )
32 32
33oapp {
34 TEMPLATE= lib
35 SOURCES += plugin.cpp
36 LIBS += -loapp
33 37
34include ( $(OPIEDIR)/include.pro ) 38 DESTDIR = $(OPIEDIR)/plugins/app
39 INCLUDEPATH+= $(OPIEDIR)/core/apps/oapp
40 DEPENDPATH+= $(OPIEDIR)/core/apps/oapp
41}
42else {
43 TEMPLATE= app
44 SOURCES += main.cpp
45 DESTDIR = $(OPIEDIR)/bin
46}