diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-03-28 15:44:15 +0200 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2019-03-28 16:46:24 +0200 |
commit | 411dd4c88a27b2ec048d6de80ec44419c22d75be (patch) | |
tree | 50e06cce0336a290c00bc64b6fd48560040520df /app/CMakeLists.txt | |
parent | 4ada6248406bc3d7795fc4b5f0f5752583504c08 (diff) |
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 <raquel.medina@konsulko.com>
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |