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.
28 lines
392 B
28 lines
392 B
set(PLUGIN "sensors")
|
|
|
|
set(HEADERS
|
|
lxqtsensorsplugin.h
|
|
chip.h
|
|
feature.h
|
|
lxqtsensors.h
|
|
lxqtsensorsconfiguration.h
|
|
sensors.h
|
|
)
|
|
|
|
set(SOURCES
|
|
lxqtsensorsplugin.cpp
|
|
chip.cpp
|
|
feature.cpp
|
|
lxqtsensors.cpp
|
|
lxqtsensorsconfiguration.cpp
|
|
sensors.cpp
|
|
)
|
|
|
|
set(UIS
|
|
lxqtsensorsconfiguration.ui
|
|
)
|
|
|
|
set(LIBRARIES ${SENSORS_LIB})
|
|
|
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|