diff options
author | Lassi Lehikoinen <lassi.lehikoinen@qt.io> | 2020-12-02 13:05:03 +0200 |
---|---|---|
committer | Lassi Lehikoinen <lassi.lehikoinen@qt.io> | 2020-12-16 11:49:17 +0200 |
commit | aa9223a4d7d410aa8a12495fef5c3f36a2c79ffe (patch) | |
tree | b35a38a32991d120e5b3b6ebe1d14bef326bd34e /tests/CMakeLists.txt | |
parent | 1ace321e373ad19287c41cef9ae17fcfb7ab938d (diff) |
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 <samuli.piippo@qt.io>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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() |