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.
31 lines
444 B
31 lines
444 B
set(PLUGIN "taskbar")
|
|
|
|
set(HEADERS
|
|
lxqttaskbar.h
|
|
lxqttaskbutton.h
|
|
lxqttaskbarconfiguration.h
|
|
lxqttaskbarplugin.h
|
|
lxqttaskgroup.h
|
|
lxqtgrouppopup.h
|
|
)
|
|
|
|
set(SOURCES
|
|
lxqttaskbar.cpp
|
|
lxqttaskbutton.cpp
|
|
lxqttaskbarconfiguration.cpp
|
|
lxqttaskbarplugin.cpp
|
|
lxqttaskgroup.cpp
|
|
lxqtgrouppopup.cpp
|
|
)
|
|
|
|
set(UIS
|
|
lxqttaskbarconfiguration.ui
|
|
)
|
|
|
|
set(LIBRARIES
|
|
lxqt
|
|
Qt5Xdg
|
|
)
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|