summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-07-31 15:29:55 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-08-04 08:06:56 +0300
commit4ca6b07cf1a48b9d545c2a1aa7bc6801f93e07e6 (patch)
tree44a138282ce069caaca1da76716002ea9283eb19 /.qmake.conf
parentd5ccfe2c0aa2ab1d14619e41561b5a6603296c8d (diff)
Avoid the Missing cmake tests error from qmake with Qt 5.4
Due to some bizarre new policy, any Qt module will fail unless tests/auto/cmake is present. See qtbase/mkspecs/features/create_cmake.prf. We don't care about cmake so just disable this thing in the .qmake.conf. Change-Id: I27b5b2e498d6056307b7e881ebc2b8e83978e5de Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 9c6617fa..4ac38ae2 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,3 +2,5 @@ load(qt_build_config)
CONFIG += qt_example_installs
MODULE_VERSION=1.1.0
+
+CMAKE_MODULE_TESTS=-