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.
27 lines
410 B
27 lines
410 B
set(PLUGIN "quicklaunch")
|
|
|
|
set(HEADERS
|
|
lxqtquicklaunchplugin.h
|
|
lxqtquicklaunch.h
|
|
quicklaunchbutton.h
|
|
quicklaunchaction.h
|
|
)
|
|
|
|
set(SOURCES
|
|
lxqtquicklaunchplugin.cpp
|
|
lxqtquicklaunch.cpp
|
|
quicklaunchbutton.cpp
|
|
quicklaunchaction.cpp
|
|
)
|
|
|
|
set(LIBRARIES
|
|
Qt5Xdg
|
|
)
|
|
|
|
include_directories(
|
|
${LXQT_INCLUDE_DIRS}
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/../panel"
|
|
)
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|