aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2021-05-16 11:47:27 +0200
committerLaurent Montel <montel@kde.org>2021-05-16 11:47:27 +0200
commit5bc56ee99d41076dc36543d493d57157d31fa59e (patch)
tree374964ac2e87db6b1250d2f1ae2d9904137e0c57
parent40f2371fbbcf7456df41b6afa791c8ae935409fa (diff)
downloadkconfig-5bc56ee99d41076dc36543d493d57157d31fa59e.tar.gz
kconfig-5bc56ee99d41076dc36543d493d57157d31fa59e.tar.bz2
GIT_SILENT: use qt_ macro
-rw-r--r--autotests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt
index 121b530a..eb48a134 100644
--- a/autotests/CMakeLists.txt
+++ b/autotests/CMakeLists.txt
@@ -29,12 +29,12 @@ ecm_add_test(${test_kconfigutils_SRCS}
)
target_include_directories(test_kconfigutils PRIVATE ../src/kconf_update)
-qt5_add_resources(sharedconfigresources sharedconfigresources.qrc)
+qt_add_resources(sharedconfigresources sharedconfigresources.qrc)
ecm_add_test(ksharedconfigtest.cpp ${sharedconfigresources} TEST_NAME kconfigcore-ksharedconfigtest LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent)
# test for fallback to :/kconfig/xxxx config resource
-qt5_add_resources(fallbackconfigresources fallbackconfigresources.qrc)
+qt_add_resources(fallbackconfigresources fallbackconfigresources.qrc)
ecm_add_test(fallbackconfigresourcestest.cpp ${fallbackconfigresources} TEST_NAME kconfigcore-fallbackconfigresourcestest LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent)
ecm_add_tests(