From aa9223a4d7d410aa8a12495fef5c3f36a2c79ffe Mon Sep 17 00:00:00 2001 From: Lassi Lehikoinen Date: Wed, 2 Dec 2020 13:05:03 +0200 Subject: Build device utilities with CMake and qmake against Qt 6 Also fix compiler warnings. Task-number: QTBUG-88317 Change-Id: Iff6014613a7d12426b6fe692dff0000c92930ace Reviewed-by: Samuli Piippo --- tests/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/CMakeLists.txt (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 0000000..2214137 --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,7 @@ +# Generated from tests.pro. + +if(QT_BUILD_STANDALONE_TESTS) + # Add qt_find_package calls for extra dependencies that need to be found when building + # the standalone tests here. +endif() +qt_build_tests() -- cgit v1.2.3