Andrew Lee (李健秋) a074eb77e0
Adding upstream version 0.9.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-12 04:56:32 +08:00

21 lines
318 B
CMake

set(PLUGIN "desktopswitch")
set(HEADERS
desktopswitch.h
desktopswitchbutton.h
)
set(SOURCES
desktopswitch.cpp
desktopswitchbutton.cpp
)
set(MOCS
desktopswitch.h
desktopswitchbutton.h
)
set(LIBRARIES ${LIBRARIES} ${LXQT_LIBRARIES} ${LXQT_GLOBALKEYS_LIBRARIES} )
BUILD_LXQT_PLUGIN(${PLUGIN})