You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
459 B
13 lines
459 B
set(batteryplugin_SRCS |
|
processrunner.cpp |
|
processrunnerplugin.cpp |
|
) |
|
|
|
add_library(batteryplugin SHARED ${batteryplugin_SRCS}) |
|
target_link_libraries(batteryplugin Qt5::Core |
|
Qt5::Qml |
|
KF5::CoreAddons) |
|
|
|
install(TARGETS batteryplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/private/battery) |
|
|
|
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/plasma/private/battery)
|
|
|