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.
34 lines
489 B
34 lines
489 B
set(PLUGIN "taskbar")
|
|
|
|
set(HEADERS
|
|
lxqttaskbar.h
|
|
lxqttaskbutton.h
|
|
lxqttaskbarconfiguration.h
|
|
lxqttaskbarplugin.h
|
|
)
|
|
|
|
set(SOURCES
|
|
lxqttaskbar.cpp
|
|
lxqttaskbutton.cpp
|
|
lxqttaskbarconfiguration.cpp
|
|
lxqttaskbarplugin.cpp
|
|
)
|
|
|
|
set(MOCS
|
|
lxqttaskbar.h
|
|
lxqttaskbutton.h
|
|
lxqttaskbarconfiguration.h
|
|
lxqttaskbarplugin.h
|
|
)
|
|
|
|
set(UIS
|
|
lxqttaskbarconfiguration.ui
|
|
)
|
|
|
|
set(LIBRARIES
|
|
${LXQT_LIBRARIES}
|
|
${QTXDG_LIBRARIES}
|
|
)
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|