From 45e803195190c34ab64168b719e247b2ef68f313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Mon, 27 Feb 2012 16:10:23 +0100 Subject: Load the module so we get the correct QT_CONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need this to autodetect if we'r going to build WaylandSurfaceItem Change-Id: Icdd5379d8334422ff4f780bf5192e9c01101e9db Reviewed-by: Samuel Rødal --- src/compositor/compositor.pri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compositor/compositor.pri b/src/compositor/compositor.pri index 415d3c01..7962b05b 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 -- cgit v1.2.1