From a0c5d90d51d53300d1f9459550daed23bcd8ce1f Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 30 Jun 2019 18:17:24 +0200 Subject: [PATCH] Add VideoStreaming to the list of includes This should not be set. The includes should use the directory name instead of adding every single directory as an include. I'll try to clean this as soon as the system works. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 92e919857b..912f6280e5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,7 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${Qt5Location_PRIVATE_INCLUDE_DIRS} + VideoStreaming ) set(EXTRA_SRC) -- GitLab