summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/applet.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/applet/applet.pro') (more/less context) (show 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
+