8 lines
315 B
CMake
Raw Normal View History

2022-03-05 22:41:29 +05:00
kde_enable_exceptions()
add_definitions(-DTRANSLATION_DOMAIN=\"panelspacer\")
kcoreaddons_add_plugin(org.kde.plasma.panelspacer SOURCES panelspacer.cpp INSTALL_NAMESPACE "plasma/applets")
target_link_libraries(org.kde.plasma.panelspacer Qt::Gui Qt::Core Qt::Qml Qt::Quick KF5::Plasma KF5::PlasmaQuick KF5::I18n)