plasma-framework/examples/shell/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
361 B
CMake
Raw Normal View History

2015-11-23 20:31:20 +01:00
set(exampleplasmashell-app_SRCS
customcorona.cpp
main.cpp
)
add_executable(exampleplasmashell ${exampleplasmashell-app_SRCS})
target_link_libraries(
exampleplasmashell
Qt5::Widgets
Qt5::Quick
Qt5::Qml
KF5::I18n
KF5::XmlGui
KF5::PlasmaQuick
KF5::Plasma
KF5::DBusAddons
KF5::Notifications
KF5::QuickAddons
)