mirror of https://github.com/qt/qtdatavis3d.git
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:
parent
d5ccfe2c0a
commit
4ca6b07cf1
|
|
@ -2,3 +2,5 @@ load(qt_build_config)
|
|||
CONFIG += qt_example_installs
|
||||
|
||||
MODULE_VERSION=1.1.0
|
||||
|
||||
CMAKE_MODULE_TESTS=-
|
||||
|
|
|
|||
Loading…
Reference in New Issue