summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/meego/meego.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-17 14:10:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-17 16:12:53 +0100
commit6e24833dc92d20e422e21dc59806ee4df6421164 (patch)
tree5ad3d246f61f132fefa7d9835398a390caa9eb59 /src/plugins/generic/meego/meego.pro
parent9fa2b641ba6ff4f4b3f474b87ddb642cfa5c3d83 (diff)
Support current screen orientation changes on Harmattan
Subscribe to the corresponding property via DBus and report it through QWindowSystemInterface::handleScreenOrientationChanged. Change-Id: Ibd2901de798866e177aba898374ee2b9877310ed Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/generic/meego/meego.pro')
-rw-r--r--src/plugins/generic/meego/meego.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/generic/meego/meego.pro b/src/plugins/generic/meego/meego.pro
new file mode 100644
index 0000000000..928bb49d6c
--- /dev/null
+++ b/src/plugins/generic/meego/meego.pro
@@ -0,0 +1,15 @@
+TARGET = qmeegointegration
+load(qt_plugin)
+
+QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/generic
+
+target.path = $$[QT_INSTALL_PLUGINS]/generic
+INSTALLS += target
+
+SOURCES = qmeegointegration.cpp \
+ main.cpp \
+ contextkitproperty.cpp
+HEADERS = qmeegointegration.h \
+ contextkitproperty.h
+
+QT = core-private gui-private dbus