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.
49 lines
1.0 KiB
49 lines
1.0 KiB
10 years ago
|
set(PLUGIN "mount")
|
||
|
|
||
|
set(HEADERS
|
||
|
lxqtmountplugin.h
|
||
|
lxqtmountconfiguration.h
|
||
|
mountbutton.h
|
||
|
menudiskitem.h
|
||
|
popup.h
|
||
|
actions/deviceaction.h
|
||
|
actions/deviceaction_info.h
|
||
|
actions/deviceaction_menu.h
|
||
|
actions/deviceaction_nothing.h
|
||
|
)
|
||
|
|
||
|
set(SOURCES
|
||
|
${PROJECT_SOURCE_DIR}/panel/lxqtpanelpluginconfigdialog.cpp
|
||
|
lxqtmountplugin.cpp
|
||
|
lxqtmountconfiguration.cpp
|
||
|
mountbutton.cpp
|
||
|
menudiskitem.cpp
|
||
|
popup.cpp
|
||
|
actions/deviceaction.cpp
|
||
|
actions/deviceaction_info.cpp
|
||
|
actions/deviceaction_menu.cpp
|
||
|
actions/deviceaction_nothing.cpp
|
||
|
)
|
||
|
|
||
|
set(MOCS
|
||
|
${PROJECT_SOURCE_DIR}/panel/lxqtpanelpluginconfigdialog.h
|
||
|
lxqtmountplugin.h
|
||
|
lxqtmountconfiguration.h
|
||
|
mountbutton.h
|
||
|
menudiskitem.h
|
||
|
popup.h
|
||
|
actions/deviceaction.h
|
||
|
actions/deviceaction_info.h
|
||
|
actions/deviceaction_menu.h
|
||
|
actions/deviceaction_nothing.h
|
||
|
)
|
||
|
|
||
|
set(UIS
|
||
|
lxqtmountconfiguration.ui
|
||
|
)
|
||
|
|
||
|
include_directories(${LXQTMOUNT_INCLUDE_DIRS})
|
||
|
set(LIBRARIES ${QTXDG_LIBRARIES} ${LXQTMOUNT_LIBRARIES})
|
||
|
|
||
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|