summaryrefslogtreecommitdiff
path: root/core/pim/today/today.pro
Unidiff
Diffstat (limited to 'core/pim/today/today.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.pro18
1 files changed, 1 insertions, 17 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 218cab8..26692cc 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -1,14 +1,13 @@
1 CONFIG = qt warn_on 1 CONFIG += qt warn on release quick-app
2 #CONFIG = qt warn_on release
3 2
4 HEADERS = today.h todaybase.h todayconfig.h 3 HEADERS = today.h todaybase.h todayconfig.h
5 SOURCES = today.cpp todaybase.cpp todayconfig.cpp 4 SOURCES = today.cpp todaybase.cpp todayconfig.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 5 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe -lopie 7LIBS += -lqpe -lopie
9 INTERFACES= 8 INTERFACES=
10 TARGET = today 9 TARGET = today
11 10
12TRANSLATIONS = ../../../i18n/de/today.ts \ 11TRANSLATIONS = ../../../i18n/de/today.ts \
13 ../../../i18n/nl/today.ts \ 12 ../../../i18n/nl/today.ts \
14 ../../../i18n/xx/today.ts \ 13 ../../../i18n/xx/today.ts \
@@ -20,27 +19,12 @@ TRANSLATIONS = ../../../i18n/de/today.ts \
20 ../../../i18n/ko/today.ts \ 19 ../../../i18n/ko/today.ts \
21 ../../../i18n/no/today.ts \ 20 ../../../i18n/no/today.ts \
22 ../../../i18n/pl/today.ts \ 21 ../../../i18n/pl/today.ts \
23 ../../../i18n/pt/today.ts \ 22 ../../../i18n/pt/today.ts \
24 ../../../i18n/pt_BR/today.ts \ 23 ../../../i18n/pt_BR/today.ts \
25 ../../../i18n/sl/today.ts \ 24 ../../../i18n/sl/today.ts \
26 ../../../i18n/zh_CN/today.ts \ 25 ../../../i18n/zh_CN/today.ts \
27 ../../../i18n/zh_TW/today.ts \ 26 ../../../i18n/zh_TW/today.ts \
28 ../../../i18n/it/today.ts \ 27 ../../../i18n/it/today.ts \
29 ../../../i18n/da/today.ts 28 ../../../i18n/da/today.ts
30 29
31include ( $(OPIEDIR)/include.pro ) 30include ( $(OPIEDIR)/include.pro )
32
33oapp {
34 TEMPLATE= lib
35 SOURCES += plugin.cpp
36 LIBS += -loapp
37
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}