From 914612022faf3a47578bcdfe4f2fd0c299b5232b Mon Sep 17 00:00:00 2001 From: Kersten Schuster Date: Tue, 30 Oct 2018 09:22:48 +0100 Subject: [PATCH] Update Windows.bat --- CI/Windows.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CI/Windows.bat b/CI/Windows.bat index ebb09c3b..f37de30e 100644 --- a/CI/Windows.bat +++ b/CI/Windows.bat @@ -76,14 +76,6 @@ IF "%APPS%" == "ON" ( mkdir Build\plugins 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 xcopy /Y %QT_INSTALL_PATH%\plugins\platforms Build\plugins\platforms set CMAKE_CONFIGURATION=%QT_BASE_CONFIG%