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.
26 lines
400 B
26 lines
400 B
9 years ago
|
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})
|