Browse Source

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.
QGC4.4
Tomaz Canabrava 6 years ago committed by Daniel Agar
parent
commit
a0c5d90d51
  1. 1
      src/CMakeLists.txt

1
src/CMakeLists.txt

@ -3,6 +3,7 @@ include_directories( @@ -3,6 +3,7 @@ include_directories(
.
${CMAKE_CURRENT_BINARY_DIR}
${Qt5Location_PRIVATE_INCLUDE_DIRS}
VideoStreaming
)
set(EXTRA_SRC)

Loading…
Cancel
Save