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.
34 lines
559 B
34 lines
559 B
9 years ago
|
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(MOCS
|
||
|
lxqtsysstat.h
|
||
|
lxqtsysstatconfiguration.h
|
||
|
lxqtsysstatcolours.h
|
||
|
)
|
||
|
|
||
|
set(UIS
|
||
|
lxqtsysstatconfiguration.ui
|
||
|
lxqtsysstatcolours.ui
|
||
|
)
|
||
|
|
||
|
set(LIBRARIES ${SYSSTAT_LIBRARIES})
|
||
|
include_directories("${SYSSTAT_INCLUDE_DIRS}")
|
||
|
|
||
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|