author | mickeyl <mickeyl> | 2004-04-26 10:17:44 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-26 10:17:44 (UTC) |
commit | 57d7f3faf053786925d2315e43ab6ba8d892f51a (patch) (side-by-side diff) | |
tree | ae4a11825f58bf302778aa3bc50a7ba2bb51d3c6 | |
parent | 4f6f06bab5c52c645ac33bdf77d4ed462b7c6a96 (diff) | |
download | opie-57d7f3faf053786925d2315e43ab6ba8d892f51a.zip opie-57d7f3faf053786925d2315e43ab6ba8d892f51a.tar.gz opie-57d7f3faf053786925d2315e43ab6ba8d892f51a.tar.bz2 |
add missing TEMPLATE
-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,8 +1,9 @@ +TEMPLATE = app CONFIG += qt warn on quick-app HEADERS = today.h todaybase.h todayconfig.h SOURCES = today.cpp todaybase.cpp todayconfig.cpp main.cpp INTERFACES = todayconfigmiscbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include |