2015-08-12 04:56:32 +08:00
|
|
|
set(PLUGIN "mount")
|
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
lxqtmountplugin.h
|
2015-08-21 23:58:08 +08:00
|
|
|
configuration.h
|
|
|
|
button.h
|
2015-08-12 04:56:32 +08:00
|
|
|
menudiskitem.h
|
|
|
|
popup.h
|
|
|
|
actions/deviceaction.h
|
|
|
|
actions/deviceaction_info.h
|
|
|
|
actions/deviceaction_menu.h
|
|
|
|
actions/deviceaction_nothing.h
|
|
|
|
)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
lxqtmountplugin.cpp
|
2015-08-21 23:58:08 +08:00
|
|
|
configuration.cpp
|
|
|
|
button.cpp
|
2015-08-12 04:56:32 +08:00
|
|
|
menudiskitem.cpp
|
|
|
|
popup.cpp
|
|
|
|
actions/deviceaction.cpp
|
|
|
|
actions/deviceaction_info.cpp
|
|
|
|
actions/deviceaction_menu.cpp
|
|
|
|
actions/deviceaction_nothing.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(UIS
|
2015-08-21 23:58:08 +08:00
|
|
|
configuration.ui
|
2015-08-12 04:56:32 +08:00
|
|
|
)
|
|
|
|
|
2015-08-21 23:58:08 +08:00
|
|
|
find_package(KF5Solid REQUIRED)
|
|
|
|
set(LIBRARIES Qt5Xdg KF5::Solid)
|
2015-08-12 04:56:32 +08:00
|
|
|
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|