From 2c81aa7d68f21fe5574e8313459c1d5104126083 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Thu, 30 May 2024 21:04:25 +0200 Subject: [PATCH] update the online Qt Creator download URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b42499..ff803fc7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ sudo snap install qtcreator-ros --classic ### Manual Qt Creator and Plugin Installation -Qt Creator can be installed via the official [online](https://www.qt.io/download-thank-you) and [offline](https://www.qt.io/offline-installers) installer. +Qt Creator can be installed via the official [online](https://www.qt.io/download-qt-installer-oss) and [offline](https://www.qt.io/offline-installers) installer. Download the plugin archive from the [release page](https://github.com/ros-industrial/ros_qtc_plugin/releases/latest) and extract it into the root of a Qt Creator installation. The Qt Creator root will be `~/Qt/Tools/QtCreator` for the online installer and `~/qtcreator-${version}` for the offline installer.