Andrew Lee (李健秋) 4a9771bfe5 Adding upstream version 0.9.0+20150720.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-21 23:50:05 +08:00

23 lines
348 B
CMake

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})