From c325534f0791ad4bf8372d7dced3202b76c9f87f Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Fri, 22 Feb 2019 18:27:23 -0800 Subject: [PATCH] readme - direct qt link to avoid confused kot noises --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 150e7107cc..7724dce59b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You should also contact any of the developers in the forums or in the Discord se * [CMake 3.8.2+](https://www.cmake.org/download/) (add to PATH) * [Python 3.3+](https://www.python.org/downloads/) (add to PATH) * [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) (See "Install the SDK" [here](https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html)) -* [Qt 5.10+](https://www.qt.io/download-open-source/) (Avoid 5.11.1, due to a bug) +* [Qt 5.10+](https://www.qt.io/download-qt-installer) (Avoid 5.11.1, due to a bug) **Either add the** `QTDIR` **environment variable, e.g.** `\5.11.2\msvc2017_64\` **, or use the [Visual Studio Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools-19123)**