author | harlekin <harlekin> | 2003-01-11 16:49:20 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-01-11 16:49:20 (UTC) |
commit | b7737f53584424d3ed31467869392c1e9ce7e7e0 (patch) (unidiff) | |
tree | 079947ec128ace2729bf3aeaec2ae3685b599756 | |
parent | 2b407d0aae3c40c6f1caa356b53fb24cf1bff707 (diff) | |
download | opie-b7737f53584424d3ed31467869392c1e9ce7e7e0.zip opie-b7737f53584424d3ed31467869392c1e9ce7e7e0.tar.gz opie-b7737f53584424d3ed31467869392c1e9ce7e7e0.tar.bz2 |
debug not as default
-rw-r--r-- | core/pim/today/plugins/mail/mail.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 58bda54..467e1d8 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -1,17 +1,17 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt debug | 3 | CONFIG += qt release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h | 6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h |
7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp | 7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include \ | 9 | INCLUDEPATH += $(OPIEDIR)/include \ |
10 | ../ ../library | 10 | ../ ../library |
11 | DEPENDPATH += $(OPIEDIR)/include \ | 11 | DEPENDPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | 13 | ||
14 | LIBS+= -lqpe -lopie | 14 | LIBS+= -lqpe -lopie |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/today | 16 | DESTDIR = $(OPIEDIR)/plugins/today |
17 | TARGET = todaymailplugin \ No newline at end of file | 17 | TARGET = todaymailplugin \ No newline at end of file |