diff --git a/README.md b/README.md index 6cae4a3c..c2ca0e79 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Everyone can contribute with code, design, documentation or translation. Visit o # HTTPS git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git ``` +3. Download the latest __Qt 5.14__. Earlier versions are not supported! ### Windows 1. [Download and install MSVC 2019 Community](https://visualstudio.microsoft.com/vs/community/) 2. [Download and install Win 10 SDK (debugging support. Not included via the MSVC installer)](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) @@ -40,7 +41,7 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git 3. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer) - Install the Maintaince tool - Select the following features to install: - - Qt 5.13.0 + - Qt 5.14.0 - MSVC 2017 64-bit - Qt WebEngine - Developer and Designer Tools @@ -67,7 +68,7 @@ sudo zypper install -t pattern devel_basis 2. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer) - Install the Maintaince tool - Select the following features to install: - - Qt 5.13.0 + - Qt 5.14.0 - GCC - Qt WebEngine - Developer and Designer Tools @@ -80,7 +81,7 @@ sudo zypper install -t pattern devel_basis 3. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer) - Install the Maintaince tool - Select the following features to install: - - Qt 5.13.0 + - Qt 5.14.0 - Qt WebEngine - Developer and Designer Tools - OpenSSL 1.1.1.c Toolkit diff --git a/scripts/build.bat b/scripts/build.bat index 8bd68349..20d74813 100644 --- a/scripts/build.bat +++ b/scripts/build.bat @@ -1,10 +1,10 @@ setlocal EnableExtensions set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin -set PATH=%PATH%;C:\Qt\5.13.0\msvc2017_64\bin +set PATH=%PATH%;C:\Qt\5.14.0\msvc2017_64\bin set root=%cd% -call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat" +call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat" mkdir BUILD cd BUILD diff --git a/scripts/package.bat b/scripts/package.bat index d39909a4..3bfd4f75 100644 --- a/scripts/package.bat +++ b/scripts/package.bat @@ -1,7 +1,7 @@ setlocal EnableExtensions set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin -set PATH=%PATH%;C:\Qt\5.13.0\msvc2017_64\bin +set PATH=%PATH%;C:\Qt\5.14.0\msvc2017_64\bin set root=%cd% call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"