mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Bump the requirements to 5.14 for better high DPI scaling (and fixing window sizes on 4k monitors) and qmlRegisterSingletonInstance
This commit is contained in:
parent
18184d1047
commit
9e0bece2a7
@ -33,6 +33,7 @@ Everyone can contribute with code, design, documentation or translation. Visit o
|
|||||||
# HTTPS
|
# HTTPS
|
||||||
git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git
|
git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git
|
||||||
```
|
```
|
||||||
|
3. Download the latest __Qt 5.14__. Earlier versions are not supported!
|
||||||
### Windows
|
### Windows
|
||||||
1. [Download and install MSVC 2019 Community](https://visualstudio.microsoft.com/vs/community/)
|
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)
|
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)
|
3. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer)
|
||||||
- Install the Maintaince tool
|
- Install the Maintaince tool
|
||||||
- Select the following features to install:
|
- Select the following features to install:
|
||||||
- Qt 5.13.0
|
- Qt 5.14.0
|
||||||
- MSVC 2017 64-bit
|
- MSVC 2017 64-bit
|
||||||
- Qt WebEngine
|
- Qt WebEngine
|
||||||
- Developer and Designer Tools
|
- 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)
|
2. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer)
|
||||||
- Install the Maintaince tool
|
- Install the Maintaince tool
|
||||||
- Select the following features to install:
|
- Select the following features to install:
|
||||||
- Qt 5.13.0
|
- Qt 5.14.0
|
||||||
- GCC
|
- GCC
|
||||||
- Qt WebEngine
|
- Qt WebEngine
|
||||||
- Developer and Designer Tools
|
- 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)
|
3. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer)
|
||||||
- Install the Maintaince tool
|
- Install the Maintaince tool
|
||||||
- Select the following features to install:
|
- Select the following features to install:
|
||||||
- Qt 5.13.0
|
- Qt 5.14.0
|
||||||
- Qt WebEngine
|
- Qt WebEngine
|
||||||
- Developer and Designer Tools
|
- Developer and Designer Tools
|
||||||
- OpenSSL 1.1.1.c Toolkit
|
- OpenSSL 1.1.1.c Toolkit
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
setlocal EnableExtensions
|
setlocal EnableExtensions
|
||||||
|
|
||||||
set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin
|
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%
|
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
|
mkdir BUILD
|
||||||
cd BUILD
|
cd BUILD
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
setlocal EnableExtensions
|
setlocal EnableExtensions
|
||||||
|
|
||||||
set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin
|
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%
|
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\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"
|
||||||
|
Loading…
Reference in New Issue
Block a user