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

26 lines
400 B
CMake

set(PLUGIN "networkmonitor")
set(HEADERS
lxqtnetworkmonitorplugin.h
lxqtnetworkmonitor.h
lxqtnetworkmonitorconfiguration.h
)
set(SOURCES
lxqtnetworkmonitorplugin.cpp
lxqtnetworkmonitor.cpp
lxqtnetworkmonitorconfiguration.cpp
)
set(UIS
lxqtnetworkmonitorconfiguration.ui
)
set(RESOURCES
resources.qrc
)
set(LIBRARIES ${STATGRAB_LIB})
BUILD_LXQT_PLUGIN(${PLUGIN})