summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro b/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
new file mode 100644
index 0000000..90422c8
--- a/dev/null
+++ b/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on
+HEADERS = opietoothapplet.h opietoothappletimpl.h
+SOURCES = opietoothapplet.cpp opietoothappletimpl.cpp
+TARGET = opietooth2applet
+DESTDIR = $(OPIEDIR)/plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include ../opietooth2
+DEPENDPATH += $(OPIEDIR)/include ../opietooth2
+LIBS += -lqpe -lopietooth2
+VERSION = 0.0.3
+
+include ( $(OPIEDIR)/include.pro )