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