summaryrefslogtreecommitdiff
path: root/noncore/applets/brightnessapplet/brightnessapplet.pro
authormickeyl <mickeyl>2004-09-27 20:56:02 (UTC)
committer mickeyl <mickeyl>2004-09-27 20:56:02 (UTC)
commitba463a1029d1c0ff553a3dc9bf544617289d95f0 (patch) (side-by-side diff)
treeab5ce458e2aa66525346695780f0f73571125128 /noncore/applets/brightnessapplet/brightnessapplet.pro
parent83bb04664aea3f878b86259aa76846afa617c694 (diff)
downloadopie-ba463a1029d1c0ff553a3dc9bf544617289d95f0.zip
opie-ba463a1029d1c0ff553a3dc9bf544617289d95f0.tar.gz
opie-ba463a1029d1c0ff553a3dc9bf544617289d95f0.tar.bz2
A brightness applet
Diffstat (limited to 'noncore/applets/brightnessapplet/brightnessapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/brightnessapplet/brightnessapplet.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/applets/brightnessapplet/brightnessapplet.pro b/noncore/applets/brightnessapplet/brightnessapplet.pro
new file mode 100644
index 0000000..5044f38
--- a/dev/null
+++ b/noncore/applets/brightnessapplet/brightnessapplet.pro
@@ -0,0 +1,13 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on
+HEADERS = brightnessapplet.h
+SOURCES = brightnessapplet.cpp
+TARGET = brightnessapplet
+DESTDIR = $(OPIEDIR)/plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopiecore2 -lopieui2
+VERSION = 0.1.0
+
+
+include ( $(OPIEDIR)/include.pro )