From e931f079cf5015299256f2f01b824ae42247127e Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Mon, 11 Mar 2019 11:21:33 +0200 Subject: autobuild: introduce build scripts - Add agl autobuild script to silence build warnings on yocto. - Add linux autobuild script to build with the sdk - Migrate to afb helper library version to successfully build with the sdk using autobuild script. NB: The 2 autobuild scripts are based on the latest version of the autobuild script, but they've been customized to (i) work with the existing qmake files and (ii) the 'update' and 'package-test' targets have been removed. Bug-AGL: SPEC-2164 Change-Id: I7196665b65693bfe5557a0008fb36aa7b38068a5 Signed-off-by: Raquel Medina --- homescreen/src/mastervolume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/src/mastervolume.h') diff --git a/homescreen/src/mastervolume.h b/homescreen/src/mastervolume.h index e23e8d1..6ae0aad 100644 --- a/homescreen/src/mastervolume.h +++ b/homescreen/src/mastervolume.h @@ -16,7 +16,7 @@ #include #include -#include "../helpers/qafbwebsocketclient.h" +#include "../qafbwebsocketclient.h" class MasterVolume : public QObject -- cgit 1.2.3-korg