mirror of
https://github.com/ModOrganizer2/modorganizer-umbrella.git
synced 2026-07-27 13:58:32 -07:00
Update to Qt 5.13.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user