Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
89a0d963
Commit
89a0d963
authored
Oct 30, 2018
by
Kersten Schuster
Browse files
Update Windows.bat
parent
2df6d72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/Windows.bat
View file @
89a0d963
...
...
@@ -69,12 +69,20 @@ IF "%APPS%" == "ON" (
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
mkdir
Build
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment