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.
27 lines
417 B
27 lines
417 B
set(PLUGIN "sysstat")
|
|
|
|
find_package(SysStat-Qt5 REQUIRED)
|
|
|
|
set(HEADERS
|
|
lxqtsysstat.h
|
|
lxqtsysstatconfiguration.h
|
|
lxqtsysstatcolours.h
|
|
lxqtsysstatutils.h
|
|
)
|
|
|
|
set(SOURCES
|
|
lxqtsysstat.cpp
|
|
lxqtsysstatconfiguration.cpp
|
|
lxqtsysstatcolours.cpp
|
|
lxqtsysstatutils.cpp
|
|
)
|
|
|
|
set(UIS
|
|
lxqtsysstatconfiguration.ui
|
|
lxqtsysstatcolours.ui
|
|
)
|
|
|
|
set(LIBRARIES sysstat-qt5)
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|