From 43641c422da7fbcebb044b62720c3c2960cc1264 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 22 Sep 2020 16:11:32 +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: Ie75a59430afde730291fb3b3e01fb4822f543e2f Reviewed-by: Joerg Bornemann --- tests/auto/qicon_svg/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/qicon_svg/CMakeLists.txt') diff --git a/tests/auto/qicon_svg/CMakeLists.txt b/tests/auto/qicon_svg/CMakeLists.txt index bbdfe5f..8c3fb88 100644 --- a/tests/auto/qicon_svg/CMakeLists.txt +++ b/tests/auto/qicon_svg/CMakeLists.txt @@ -10,7 +10,7 @@ file(GLOB_RECURSE test_data_glob icons/*) list(APPEND test_data ${test_data_glob}) -qt_add_test(tst_qicon_svg +qt_internal_add_test(tst_qicon_svg LOWDPI # special case SOURCES tst_qicon_svg.cpp @@ -31,7 +31,7 @@ set(tst_qicon_svg_resource_files "./icons/trash.svg" ) -qt_add_resource(tst_qicon_svg "tst_qicon_svg" +qt_internal_add_resource(tst_qicon_svg "tst_qicon_svg" PREFIX "/" FILES -- cgit v1.2.1