From b765798665e2c156f10815663b1383a45a638910 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 9 Jul 2014 13:13:54 +0200 Subject: 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 --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) 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=- -- cgit v1.2.3