Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
89a0d963
Commit
89a0d963
authored
Oct 30, 2018
by
Kersten Schuster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Windows.bat
parent
2df6d72f
Pipeline
#7695
canceled with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
CI/Windows.bat
CI/Windows.bat
+9
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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