summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-02-27 16:10:23 +0100
committerSamuel Rødal <samuel.rodal@nokia.com>2012-02-29 16:29:34 +0100
commit45e803195190c34ab64168b719e247b2ef68f313 (patch)
tree664f0ca555c649465e9432972333d850a0cab310
parentf94f62467efae154642560062fe10e1b607fdc12 (diff)
Load the module so we get the correct QT_CONFIG
We need this to autodetect if we'r going to build WaylandSurfaceItem Change-Id: Icdd5379d8334422ff4f780bf5192e9c01101e9db Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
-rw-r--r--src/compositor/compositor.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/compositor.pri b/src/compositor/compositor.pri
index 415d3c01c..7962b05ba 100644
--- a/src/compositor/compositor.pri
+++ b/src/compositor/compositor.pri
@@ -1,4 +1,6 @@
CONFIG += module
+
+load(qt_module)
MODULE_PRI += $$PWD/../../modules/qt_compositor.pri
INCLUDEPATH += $$PWD