summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-07-09 13:13:54 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-07-10 16:24:20 +0300
commitb765798665e2c156f10815663b1383a45a638910 (patch)
tree6a9afdd46e49159c39c3889314ae953c8255315a
parent8ae48de206bf9a03850a4c1fd5060b499cb6bad8 (diff)
Get rid of 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: Idbad4c580f6c69e9650930224c0fb418cde09281 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index d253d07..a21d90c 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,2 +1,3 @@
load(qt_build_config)
MODULE_VERSION=2.0.0
+CMAKE_MODULE_TESTS=-