summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
Unidiff
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 @@
1TEMPLATE = lib
2CONFIG += qt plugin warn_on
3HEADERS = opietoothapplet.h opietoothappletimpl.h
4SOURCES = opietoothapplet.cpp opietoothappletimpl.cpp
5TARGET = opietooth2applet
6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include ../opietooth2
8DEPENDPATH += $(OPIEDIR)/include ../opietooth2
9LIBS += -lqpe -lopietooth2
10VERSION = 0.0.3
11
12include ( $(OPIEDIR)/include.pro )