From 08adbefa131ef1c934f55cd61716c8ea836ddf02 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 22 Sep 2020 15:23:08 +0200 Subject: CMake: Regenerate projects to use new qt_internal_ API Modify special case locations to use the new API as well. Task-number: QTBUG-86815 Change-Id: I3b964e3baf0cc7040830156dac30358ea1152801 Reviewed-by: Cristian Adam --- tests/manual/qmltypememory/CMakeLists.txt | 2 +- tests/manual/qmltypememory/TestPlugin/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/manual/qmltypememory') diff --git a/tests/manual/qmltypememory/CMakeLists.txt b/tests/manual/qmltypememory/CMakeLists.txt index ae3a10e944..621c18dd8b 100644 --- a/tests/manual/qmltypememory/CMakeLists.txt +++ b/tests/manual/qmltypememory/CMakeLists.txt @@ -4,7 +4,7 @@ ## qmltypememory Binary: ##################################################################### -qt_add_manual_test(qmltypememory +qt_internal_add_manual_test(qmltypememory GUI SOURCES main.cpp diff --git a/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt b/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt index d05139d0ea..25f03ad908 100644 --- a/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt +++ b/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt @@ -4,7 +4,7 @@ ## testplugin Generic Library: ##################################################################### -qt_add_cmake_library(testplugin +qt_internal_add_cmake_library(testplugin MODULE SOURCES plugin.cpp -- cgit v1.2.3