GIT_SILENT: use qt_ macro
This commit is contained in:
parent
cc59bb5992
commit
1eb845767d
@ -49,7 +49,7 @@ if(HAVE_X11)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(coronatest_srcs coronatest.cpp)
|
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)
|
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
|
set(sortfiltermodeltest_srcs
|
||||||
|
@ -24,7 +24,7 @@ set(corebindings_SRCS
|
|||||||
windowthumbnail.cpp
|
windowthumbnail.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
qt5_add_resources(corebindings_SRCS shaders.qrc)
|
qt_add_resources(corebindings_SRCS shaders.qrc)
|
||||||
|
|
||||||
add_library(corebindingsplugin SHARED ${corebindings_SRCS})
|
add_library(corebindingsplugin SHARED ${corebindings_SRCS})
|
||||||
target_link_libraries(corebindingsplugin
|
target_link_libraries(corebindingsplugin
|
||||||
|
Loading…
Reference in New Issue
Block a user