author | harlekin <harlekin> | 2003-01-11 16:49:20 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-01-11 16:49:20 (UTC) |
commit | b7737f53584424d3ed31467869392c1e9ce7e7e0 (patch) (side-by-side diff) | |
tree | 079947ec128ace2729bf3aeaec2ae3685b599756 /core | |
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 @@ TEMPLATE = lib CONFIG -= moc -CONFIG += qt debug +CONFIG += qt release # Input HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp INCLUDEPATH += $(OPIEDIR)/include \ ../ ../library DEPENDPATH += $(OPIEDIR)/include \ ../ ../library LIBS+= -lqpe -lopie DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaymailplugin
\ No newline at end of file |