summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/applet.pro
Unidiff
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 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3HEADERS = bluezapplet.h bluezappletimpl.h
4SOURCES = bluezapplet.cpp bluezappletimpl.cpp
5TARGET = bluetoothapplet
6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include
8INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopietooth
11VERSION = 0.0.3
12