summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/applet.pro
authormickeyl <mickeyl>2005-04-22 10:55:19 (UTC)
committer mickeyl <mickeyl>2005-04-22 10:55:19 (UTC)
commitd437899a4e4f822597c0979b7e54a4fc0fecbf9a (patch) (side-by-side diff)
treefe26849a4a3370671422f1d7fa28530ed97ec0aa /noncore/net/opietooth/applet/applet.pro
parent945c98bd21a59f18a3ac0cdf330153163861731a (diff)
downloadopie-d437899a4e4f822597c0979b7e54a4fc0fecbf9a.zip
opie-d437899a4e4f822597c0979b7e54a4fc0fecbf9a.tar.gz
opie-d437899a4e4f822597c0979b7e54a4fc0fecbf9a.tar.bz2
- use OTaskbarApplet
- scale icons
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 )