summaryrefslogtreecommitdiff
path: root/core/applets/rotateapplet/rotateapplet.pro
authorharlekin <harlekin>2003-03-25 22:03:41 (UTC)
committer harlekin <harlekin>2003-03-25 22:03:41 (UTC)
commitc03e0f1199be7b2be111059b57f9e8ce965f5828 (patch) (side-by-side diff)
tree85d30d63f4823def6bc405c55e52133661c7640b /core/applets/rotateapplet/rotateapplet.pro
parent8e685661d962c10c13efd3c442742c1afe1afd1b (diff)
downloadopie-c03e0f1199be7b2be111059b57f9e8ce965f5828.zip
opie-c03e0f1199be7b2be111059b57f9e8ce965f5828.tar.gz
opie-c03e0f1199be7b2be111059b57f9e8ce965f5828.tar.bz2
here comes the rotate startmenu applet .-)
Diffstat (limited to 'core/applets/rotateapplet/rotateapplet.pro') (more/less context) (ignore 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 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = rotate.h
+SOURCES = rotate.cpp
+TARGET = rotateapplet
+DESTDIR = $(OPIEDIR)/plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+VERSION = 1.0.0
+
+include ( $(OPIEDIR)/include.pro )