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