summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/applet.pro
authorharlekin <harlekin>2002-06-01 23:07:22 (UTC)
committer harlekin <harlekin>2002-06-01 23:07:22 (UTC)
commit4a8e6f982a1033b7f2b0406a238503f9acb9a7c5 (patch) (side-by-side diff)
treec85b839b6650ccfd8d63fe3a6ec75425e3a76bd9 /noncore/net/opietooth/applet/applet.pro
parent4f5fdda25657f079b5937cbd4b588466c2298304 (diff)
downloadopie-4a8e6f982a1033b7f2b0406a238503f9acb9a7c5.zip
opie-4a8e6f982a1033b7f2b0406a238503f9acb9a7c5.tar.gz
opie-4a8e6f982a1033b7f2b0406a238503f9acb9a7c5.tar.bz2
bluetooth applet for the taskbar
Diffstat (limited to 'noncore/net/opietooth/applet/applet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/applet.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
new file mode 100644
index 0000000..9520a5e
--- a/dev/null
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = bluezapplet.h bluezappletimpl.h
+SOURCES = bluezapplet.cpp bluezappletimpl.cpp
+TARGET = bluetoothapplet
+DESTDIR = $(OPIEDIR)/plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopietooth
+VERSION = 0.0.3
+