Update Windows.bat

This commit is contained in:
Kersten Schuster
2018-10-30 08:59:02 +01:00
parent bcf0136e01
commit 02cbf68bb5

View File

@@ -67,6 +67,8 @@ IF "%BUILD_PLATFORM%" == "VS2017" (
IF "%APPS%" == "ON" ( IF "%APPS%" == "ON" (
set STRING_APPS= set STRING_APPS=
ECHO "Copying Platform plugins from %QT_INSTALL_PATH%\plugins\platforms to Build\plugins\platforms"
REM Create the platform plugins subdirectory for the qt plugins required to run the gui apps REM Create the platform plugins subdirectory for the qt plugins required to run the gui apps
mkdir Build\plugins mkdir Build\plugins
mkdir Build\plugins\platforms mkdir Build\plugins\platforms
@@ -112,7 +114,7 @@ IF EXIST %LIBPATH%\ (
IF EXIST %QT_INSTALL_PATH%\ ( IF EXIST %QT_INSTALL_PATH%\ (
ECHO "QT_INSTALL_PATH ... Ok" ECHO "QT_INSTALL_PATH ... Ok"
) ELSE ( ) ELSE (
ECHO "QT_INSTALL_PATH not found!" ECHO "QT_INSTALL_PATH: %QT_INSTALL_PATH%\ not found!"
exit 10; exit 10;
) )