You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lxqt-panel-packaging/plugin-networkmonitor/CMakeLists.txt

26 lines
400 B

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