From 953b25367651d222059b1ea50403079eb7c2a3e3 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 19 May 2021 22:10:14 +0200 Subject: Use directly autorcc --- src/tests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 692b7756f..b628c5ce4 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -62,8 +62,7 @@ TEST_NAME viewpropertiestest LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) # DolphinMainWindowTest -set(dolphinmainwindowtest_SRCS dolphinmainwindowtest.cpp) -qt5_add_resources(dolphinmainwindowtest_SRCS ${CMAKE_SOURCE_DIR}/src/dolphin.qrc) +set(dolphinmainwindowtest_SRCS dolphinmainwindowtest.cpp ${CMAKE_SOURCE_DIR}/src/dolphin.qrc) ecm_add_test(${dolphinmainwindowtest_SRCS} TEST_NAME dolphinmainwindowtest -- cgit v1.3