GIT_SILENT: use qt_ macro

This commit is contained in:
Laurent Montel 2021-05-16 11:47:37 +02:00
parent cc59bb5992
commit 1eb845767d
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ if(HAVE_X11)
endif()
set(coronatest_srcs coronatest.cpp)
qt5_add_resources(coronatest_srcs coronatestresources.qrc)
qt_add_resources(coronatest_srcs coronatestresources.qrc)
ecm_add_test(${coronatest_srcs} TEST_NAME coronatest LINK_LIBRARIES Qt5::Gui Qt5::Widgets Qt5::Test KF5::Plasma KF5::CoreAddons KF5::XmlGui)
set(sortfiltermodeltest_srcs

View File

@ -24,7 +24,7 @@ set(corebindings_SRCS
windowthumbnail.cpp
)
qt5_add_resources(corebindings_SRCS shaders.qrc)
qt_add_resources(corebindings_SRCS shaders.qrc)
add_library(corebindingsplugin SHARED ${corebindings_SRCS})
target_link_libraries(corebindingsplugin