summaryrefslogtreecommitdiff
path: root/core/pim/today/today.pro
Side-by-side diff
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,3 +1,2 @@
-CONFIG = qt warn_on
-#CONFIG = qt warn_on release
+CONFIG += qt warn on release quick-app
@@ -31,16 +30 @@ TRANSLATIONS = ../../../i18n/de/today.ts \
include ( $(OPIEDIR)/include.pro )
-
-oapp {
- TEMPLATE = lib
- SOURCES += plugin.cpp
- LIBS += -loapp
-
- DESTDIR = $(OPIEDIR)/plugins/app
- INCLUDEPATH += $(OPIEDIR)/core/apps/oapp
- DEPENDPATH += $(OPIEDIR)/core/apps/oapp
-}
-else {
- TEMPLATE = app
- SOURCES += main.cpp
- DESTDIR = $(OPIEDIR)/bin
-}