Commit 251344c7 authored by Florent Revest's avatar Florent Revest

qtsensors: Move Sensors.conf back to /etc/xdg/QtProject which is now the...

qtsensors: Move Sensors.conf back to /etc/xdg/QtProject which is now the default QSettings::SystemScope. Fixes sensors backends loading
parent 03ad5c25
EXTRA_QMAKEVARS_PRE = "CONFIG+=sensorfw"
DEPENDS+="sensorfw"
do_install_append() {
install -d ${D}/etc/QtProject/
mv ${D}/etc/xdg/QtProject/Sensors.conf ${D}/etc/QtProject/Sensors.conf
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment