From 411dd4c88a27b2ec048d6de80ec44419c22d75be Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Thu, 28 Mar 2019 15:44:15 +0200 Subject: fix warnings by relocating autobuild scripts - move autobuild scripts to top dir - remove submodules and update app/CMakeLists.txt to use libafb-helpers-qt instead. Bug-AGL: SPEC-2164 Change-Id: I9bf25a158d4eeba16ffb5555c8ca257cd81259f4 Signed-off-by: Raquel Medina --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 5317224..e08a102 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -52,7 +52,7 @@ target_link_libraries(mixer Qt5::AGLExtras Qt5::WebSockets json-c - afb-helpers + libafb-helpers-qt.a ) if(NOT NATIVE_BUILD) -- cgit 1.2.3-korg