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.
lxqt-panel-packaging/plugin-desktopswitch/CMakeLists.txt

23 lines
348 B

set(PLUGIN "desktopswitch")
set(HEADERS
desktopswitch.h
desktopswitchbutton.h
desktopswitchconfiguration.h
)
set(SOURCES
desktopswitch.cpp
desktopswitchbutton.cpp
desktopswitchconfiguration.cpp
)
set(UIS
desktopswitchconfiguration.ui
)
set(LIBRARIES ${LIBRARIES} lxqt lxqt-globalkeys)
BUILD_LXQT_PLUGIN(${PLUGIN})