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) (unidiff)
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 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt plugin warn_on 2CONFIG += qt plugin warn_on
3HEADERS = bluezapplet.h bluezappletimpl.h 3HEADERS = bluezapplet.h
4SOURCES = bluezapplet.cpp bluezappletimpl.cpp 4SOURCES = bluezapplet.cpp
5TARGET = bluetoothapplet 5TARGET = bluetoothapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib 8INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopietooth1 10LIBS += -lqpe -lopietooth1
11VERSION = 0.0.3 11VERSION = 0.0.4
12 12
13include( $(OPIEDIR)/include.pro ) 13include( $(OPIEDIR)/include.pro )