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) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/applet.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index bb8a053..b1cb910 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -1,13 +1,13 @@
TEMPLATE = lib
CONFIG += qt plugin warn_on
-HEADERS = bluezapplet.h bluezappletimpl.h
-SOURCES = bluezapplet.cpp bluezappletimpl.cpp
+HEADERS = bluezapplet.h
+SOURCES = bluezapplet.cpp
TARGET = bluetoothapplet
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopietooth1
-VERSION = 0.0.3
+VERSION = 0.0.4
include( $(OPIEDIR)/include.pro )