From b822f14224ad89db1383046c297a6df2d9e16f55 Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Tue, 1 Oct 2019 11:20:18 +0200 Subject: [PATCH] small fix --- doc/DevSetup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DevSetup.md b/doc/DevSetup.md index df0a717..8b4450e 100644 --- a/doc/DevSetup.md +++ b/doc/DevSetup.md @@ -35,9 +35,9 @@ brew install librealsense ### Install and configure QtCreator Download and install QtCreator. On **Ubuntu 18.04** run: ``` -wget https://download.qt.io/official_releases/qtcreator/4.9/4.9.2/qt-creator-opensource-linux-x86_64-4.9.2.run -chmod +x qt-creator-opensource-linux-x86_64-4.9.2.run -./qt-creator-opensource-linux-x86_64-4.9.2.run +wget https://download.qt.io/official_releases/qtcreator/4.10/4.10.0/qt-creator-opensource-linux-x86_64-4.10.0.run +chmod +x qt-creator-opensource-linux-x86_64-4.10.0.run +./qt-creator-opensource-linux-x86_64-4.10.0.run ``` On **MacOS** run: