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

18 lines
201 B
CMake

set(PLUGIN "spacer")
set(HEADERS
spacer.h
spacerconfiguration.h
)
set(SOURCES
spacer.cpp
spacerconfiguration.cpp
)
set(UIS
spacerconfiguration.ui
)
BUILD_LXQT_PLUGIN(${PLUGIN})