FIxed Typo

This commit is contained in:
Jan Möbius
2018-09-27 13:54:36 +02:00
parent 7cc7f25c92
commit 1e631a52cf

View File

@@ -44,7 +44,7 @@ IF "%BUILD_PLATFORM%" == "VS2013" (
IF "%ARCHITECTURE%" == "x32" (
set QT_INSTALL_PATH=E:\Qt\Qt5.7.0\5.7\msvc2013
set QT_BASE_CONFIG=-DQT5_INSTALL_PATH=E:\Qt\Qt5.7.0\5.7\msvc2013_64
set QT_BASE_CONFIG=-DQT5_INSTALL_PATH=E:\Qt\Qt5.7.0\5.7\msvc2013
)
)