-rw-r--r-- | core/pim/today/today.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 91ed9b4..8b88c7d 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,16 +1,15 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn on quick-app | 2 | CONFIG += qt warn on quick-app |
3 | 3 | ||
4 | HEADERS = today.h todaybase.h todayconfig.h | 4 | HEADERS = today.h todaybase.h todayconfig.h |
5 | SOURCES = today.cpp todaybase.cpp todayconfig.cpp main.cpp | 5 | SOURCES = today.cpp todaybase.cpp todayconfig.cpp main.cpp |
6 | INTERFACES = todayconfigmiscbase.ui | 6 | INTERFACES = todayconfigmiscbase.ui |
7 | 7 | ||
8 | INCLUDEPATH+= $(OPIEDIR)/include | 8 | INCLUDEPATH+= $(OPIEDIR)/include |
9 | DEPENDPATH+= $(OPIEDIR)/include | 9 | DEPENDPATH+= $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2 | 10 | LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2 |
11 | 11 | ||
12 | TARGET = today | 12 | TARGET = today |
13 | 13 | ||
14 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
15 | } | ||
16 | 15 | ||