Skip to content

tracernz QtCreator Setup

Michael Corcoran edited this page Feb 11, 2017 · 1 revision
  • Open <dronin>/ground/ground.pro
  • Set build directory to <dronin>/build/ground
  • Set make arguments to -j8
  • Add to build environment CCACHE_BIN=/usr/bin/ccache
  • Add to run environment NO_DEBUG_GADGET=true
  • Add to run environment QT_MESSAGE_PATTERN=[%{type}] (%{file}:%{line}) - %{message}
  • Click computer icon at bottom left, set "Run" to "app"
Clone this wiki locally