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.
35 lines
620 B
35 lines
620 B
set(PLUGIN "mount")
|
|
|
|
set(HEADERS
|
|
lxqtmountplugin.h
|
|
configuration.h
|
|
button.h
|
|
menudiskitem.h
|
|
popup.h
|
|
actions/deviceaction.h
|
|
actions/deviceaction_info.h
|
|
actions/deviceaction_menu.h
|
|
actions/deviceaction_nothing.h
|
|
)
|
|
|
|
set(SOURCES
|
|
lxqtmountplugin.cpp
|
|
configuration.cpp
|
|
button.cpp
|
|
menudiskitem.cpp
|
|
popup.cpp
|
|
actions/deviceaction.cpp
|
|
actions/deviceaction_info.cpp
|
|
actions/deviceaction_menu.cpp
|
|
actions/deviceaction_nothing.cpp
|
|
)
|
|
|
|
set(UIS
|
|
configuration.ui
|
|
)
|
|
|
|
find_package(KF5Solid REQUIRED)
|
|
set(LIBRARIES Qt5Xdg KF5::Solid)
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|