summaryrefslogtreecommitdiff
path: root/noncore/applets/autorotateapplet/autorotateapplet.pro
Unidiff
Diffstat (limited to 'noncore/applets/autorotateapplet/autorotateapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/autorotateapplet/autorotateapplet.pro16
1 files changed, 8 insertions, 8 deletions
diff --git a/noncore/applets/autorotateapplet/autorotateapplet.pro b/noncore/applets/autorotateapplet/autorotateapplet.pro
index 0b966b0..0ccbeba 100644
--- a/noncore/applets/autorotateapplet/autorotateapplet.pro
+++ b/noncore/applets/autorotateapplet/autorotateapplet.pro
@@ -1,11 +1,11 @@
1 TEMPLATE= lib 1TEMPLATE = lib
2 CONFIG += qt plugin warn_on release 2CONFIG += qt plugin warn_on release
3 HEADERS =autorotate.h autorotateimpl.h 3HEADERS = autorotate.h autorotateimpl.h
4 SOURCES =autorotate.cpp autorotateimpl.cpp 4SOURCES = autorotate.cpp autorotateimpl.cpp
5 TARGET = autorotateapplet 5TARGET = autorotateapplet
6 DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include ../launcher 8DEPENDPATH += $(OPIEDIR)/include ../launcher
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopiecore2
10 VERSION = 1.0.0 10VERSION = 1.0.0
11 11