summaryrefslogtreecommitdiff
path: root/noncore/net/mail/taskbarapplet/taskbarapplet.pro
authorharlekin <harlekin>2004-01-04 12:14:32 (UTC)
committer harlekin <harlekin>2004-01-04 12:14:32 (UTC)
commit2ebf36bb85cb9a38348286b31492adf65fa792e3 (patch) (side-by-side diff)
tree5b3e9b1a60721ffbe8a7f05326c6a4090d481b30 /noncore/net/mail/taskbarapplet/taskbarapplet.pro
parent4b272adb6de68199b63f002d9e8e778d09742b72 (diff)
downloadopie-2ebf36bb85cb9a38348286b31492adf65fa792e3.zip
opie-2ebf36bb85cb9a38348286b31492adf65fa792e3.tar.gz
opie-2ebf36bb85cb9a38348286b31492adf65fa792e3.tar.bz2
beginning of the mail taskbar applet
Diffstat (limited to 'noncore/net/mail/taskbarapplet/taskbarapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/taskbarapplet/taskbarapplet.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/net/mail/taskbarapplet/taskbarapplet.pro b/noncore/net/mail/taskbarapplet/taskbarapplet.pro
new file mode 100644
index 0000000..3c658e3
--- a/dev/null
+++ b/noncore/net/mail/taskbarapplet/taskbarapplet.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on release
+HEADERS += mailapplet.h \
+ mailappletimpl.h
+SOURCES += mailapplet.cpp \
+ mailappletimpl.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+LIBS += -lmailwrapper -lqpe -lopie
+TARGET = mailapplet
+DESTDIR += $(OPIEDIR)/plugins/applets/
+
+include ( $(OPIEDIR)/include.pro )