summaryrefslogtreecommitdiffstats
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-19 14:43:09 +0300
commit0979cc6f382e52ed6ef29b98548b885cd897e754 (patch)
tree6e4c89099bdfc58fc71496a11dd32154003d36ea
parent109a0b93b43a5b1858b2bbf2478b21cf6204c2f9 (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>
-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=-