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