Update Windows.bat

This commit is contained in:
Kersten Schuster
2018-10-30 09:22:48 +01:00
parent 89a0d963d1
commit 914612022f

View File

@@ -76,14 +76,6 @@ IF "%APPS%" == "ON" (
mkdir Build\plugins mkdir Build\plugins
mkdir Build\plugins\platforms mkdir Build\plugins\platforms
dir
dir %QT_INSTALL_PATH%
dir %QT_INSTALL_PATH%\plugins
dir %QT_INSTALL_PATH%\plugins\platforms
REM Copy the platform plugins subdirectory for the qt plugins required to run the gui apps REM Copy the platform plugins subdirectory for the qt plugins required to run the gui apps
xcopy /Y %QT_INSTALL_PATH%\plugins\platforms Build\plugins\platforms xcopy /Y %QT_INSTALL_PATH%\plugins\platforms Build\plugins\platforms
set CMAKE_CONFIGURATION=%QT_BASE_CONFIG% set CMAKE_CONFIGURATION=%QT_BASE_CONFIG%