Update Windows.bat
This commit is contained in:
@@ -69,13 +69,21 @@ IF "%APPS%" == "ON" (
|
|||||||
|
|
||||||
ECHO "Copying Platform plugins from %QT_INSTALL_PATH%\plugins\platforms to Build\plugins\platforms"
|
ECHO "Copying Platform plugins from %QT_INSTALL_PATH%\plugins\platforms to Build\plugins\platforms"
|
||||||
|
|
||||||
dir
|
|
||||||
|
|
||||||
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
|
mkdir Build
|
||||||
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%
|
||||||
|
|||||||
Reference in New Issue
Block a user