summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
authorwimpie <wimpie>2005-01-04 01:43:13 (UTC)
committer wimpie <wimpie>2005-01-04 01:43:13 (UTC)
commitb65cbb7c8b45d57f849722d22f8f165cc202ceb5 (patch) (side-by-side diff)
tree12634fa9f91357b1da501634d8c6d8072bde0ba6 /noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro
parent2487b0a05f502e7410715460f390cc80e7e76fd9 (diff)
downloadopie-b65cbb7c8b45d57f849722d22f8f165cc202ceb5.zip
opie-b65cbb7c8b45d57f849722d22f8f165cc202ceb5.tar.gz
opie-b65cbb7c8b45d57f849722d22f8f165cc202ceb5.tar.bz2
New OPietooth bluetooth applet
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2_applet/opietooth2_applet.pro') (more/less context) (ignore 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 )