forked from ArduPilot/apm_planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vagrantconfig.yml
23 lines (19 loc) · 1009 Bytes
/
.vagrantconfig.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
configs:
dev:
'qt_deps_tarball': 'Qt5.5.1-linux-min.tar.bz2'
'qt_deps_unpack_parent_dir': '/tmp'
'qt_deps_unpack_dir': '/tmp/Qt'
'qt_deps_bin_unpack_dir': '/tmp/Qt/5.5/gcc_64/bin'
'qt_deps_lib_unpack_dir': '/tmp/Qt/5.5/gcc_64/lib'
'qt_deps_plugins_unpack_dir': '/tmp/Qt/5.5/gcc_64/plugins'
'qt_deps_qml_unpack_dir': '/tmp/Qt/5.5/gcc_64/qml'
'project_root_dir': '/vagrant'
'qt_deps_dir': '/vagrant/shadow-build/release/Qt'
'qt_deps_bin_dir': '/vagrant/shadow-build/release/Qt/bin'
'qt_deps_lib_dir': '/vagrant/shadow-build/release/Qt/libs'
'qt_deps_plugins_dir': '/vagrant/shadow-build/release/Qt/plugins'
'qt_deps_qml_dir': '/vagrant/shadow-build/release/Qt/qml'
'spec': 'linux-g++-64'
'shadow_build_dir': '/vagrant/shadow-build'
'pro': '/vagrant/apm_planner.pro'
'deps_url': 'http://firmware.ardupilot.org/Tools/APMPlanner/support_files/Qt5.5.1-linux-min.tar.bz2'