Browse Source

cmake enable mavlink inspector by default

QGC4.4
Daniel Agar 5 years ago
parent
commit
9505896d3f
  1. 5
      CMakeLists.txt

5
CMakeLists.txt

@ -104,6 +104,11 @@ if (GST_FOUND)
include(qmlglsink.cmake) include(qmlglsink.cmake)
endif() endif()
add_definitions(
-DQGC_ENABLE_MAVLINK_INSPECTOR
)
#============================================================================= #=============================================================================
# Qt5 # Qt5
# #

Loading…
Cancel
Save