diff --git a/.vagrantconfig.yml b/.vagrantconfig.yml index 685571d83f374cc7de88c425d97a8f12bf47eedb..a72e6c6149778b7e7974d3f890af9f291835b83c 100644 --- a/.vagrantconfig.yml +++ b/.vagrantconfig.yml @@ -1,13 +1,13 @@ configs: dev: 'qt_deps_tarball': 'Qt5.11.0-gcc_64-min.tar.bz2' - 'qt_deps_unpack_parent_dir': '/tmp' + 'qt_deps_unpack_parent_dir': '/home/vagrant' - 'qt_deps_unpack_dir': '/tmp/Qt5.11-gcc_64/5.11.0' - 'qt_deps_bin_unpack_dir': '/tmp/Qt5.11-gcc_64/5.11.0/gcc_64/bin' - 'qt_deps_lib_unpack_dir': '/tmp/Qt5.11-gcc_64/5.11.0/gcc_64/lib' - 'qt_deps_plugins_unpack_dir': '/tmp/Qt5.11-gcc_64/5.11.0/gcc_64/plugins' - 'qt_deps_qml_unpack_dir': '/tmp/Qt5.11-gcc_64/5.11.0/gcc_64/qml' + 'qt_deps_unpack_dir': '/home/vagrant/Qt5.11-gcc_64/5.11.0' + 'qt_deps_bin_unpack_dir': '/home/vagrant/Qt5.11-gcc_64/5.11.0/gcc_64/bin' + 'qt_deps_lib_unpack_dir': '/home/vagrant/Qt5.11-gcc_64/5.11.0/gcc_64/lib' + 'qt_deps_plugins_unpack_dir': '/home/vagrant/Qt5.11-gcc_64/5.11.0/gcc_64/plugins' + 'qt_deps_qml_unpack_dir': '/home/vagrant/Qt5.11-gcc_64/5.11.0/gcc_64/qml' 'project_root_dir': '/vagrant'