plasma-framework/examples/shell/CMakeLists.txt
Friedrich W. H. Kossebau 2c23dc0123 Use more target-centric cmake code
NO_CHANGELOG
2021-07-06 13:58:19 +02:00

21 lines
335 B
CMake

add_executable(exampleplasmashell)
target_sources(exampleplasmashell PRIVATE
customcorona.cpp
main.cpp
)
target_link_libraries(exampleplasmashell
Qt5::Widgets
Qt5::Quick
Qt5::Qml
KF5::I18n
KF5::XmlGui
KF5::PlasmaQuick
KF5::Plasma
KF5::DBusAddons
KF5::Notifications
KF5::QuickAddons
)