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>
This commit is contained in:
Laszlo Agocs 2014-07-31 15:29:55 +02:00 committed by Miikka Heikkinen
parent d5ccfe2c0a
commit 4ca6b07cf1
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ load(qt_build_config)
CONFIG += qt_example_installs
MODULE_VERSION=1.1.0
CMAKE_MODULE_TESTS=-