1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Update to Qt 5.12.0 LTS

This commit is contained in:
Elias Steurer (Kelteseth) 2018-12-17 14:01:58 +00:00
parent 63f2d81489
commit a905c791db

View File

@ -30,7 +30,7 @@ git clone --recursive https://gitlab.com/aimber/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.11.2 - Qt 5.12.0 LTS
- MSVC 2017 64-bit - MSVC 2017 64-bit
- Qt WebEngine - Qt WebEngine
- Tools - Tools
@ -51,7 +51,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.11.2 - Qt 5.12.0 LTS
- GCC - GCC
- Qt WebEngine - Qt WebEngine
### OSX ### OSX
@ -61,6 +61,6 @@ 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.11.2 - Qt 5.12.0 LTS
- Qt WebEngine - Qt WebEngine
4. Change your default kit: QtCreator -> Options -> Kits -> Select your default kit (Desktop Qt 5.11.2) -> Change c and c++ Compiler to Apple Clang (x86_64) 4. Change your default kit: QtCreator -> Options -> Kits -> Select your default kit (Desktop Qt 5.11.2) -> Change c and c++ Compiler to Apple Clang (x86_64)