Update to Qt 5.13.2

This commit is contained in:
Silarn
2019-11-19 12:19:11 -06:00
parent 3b329da9f2
commit 417dc28beb
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Open there a console and copy in: ``git clone https://github.com/Modorganizer2/m
Now you need to install all required software to build Mod Organizer.
#### Manual Requirements
* Qt 5.13.1 http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe
* Qt 5.13.2 http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe
#### Qt Packages required:
* msvc2017-64
* qtwebengine
+2 -1
View File
@@ -15,6 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
import multiprocessing
import os
@@ -116,7 +117,7 @@ config = {
'sip_dev_version': '', # leave empty for a standard release
'spdlog_version': 'v1.4.2',
'qt_version': '5.13',
'qt_version_minor': '1',
'qt_version_minor': '2',
'qt_version_appveyor': '5.13',
'qt_version_minor_appveyor': '2',
'qt_vc_version': '15.0',