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

32 lines
506 B
CMake

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