Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
7cc7f25c
Commit
7cc7f25c
authored
Sep 27, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched Qt Build version for VS2013 to Qt-5.7
parent
24d8828b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CI/Windows.bat
CI/Windows.bat
+4
-4
No files found.
CI/Windows.bat
View file @
7cc7f25c
...
...
@@ -38,13 +38,13 @@ IF "%BUILD_PLATFORM%" == "VS2013" (
set
GENERATOR
=
Visual
Studio
12
%ARCH_VS%
set
VS_PATH
=
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com"
IF
"
%ARCHITECTURE%
"
==
"x64"
(
set
QT_INSTALL_PATH
=
E
:\Qt\Qt5.
3.1
-vs
2013
-
%STRING_ARCH%
\5.
3
\msvc2013_64
_opengl
set
QT_BASE_CONFIG
=
-DQT
5
_INSTALL_PATH
=
E
:\Qt\Qt5.
3.1
-vs
2013
-
%STRING_ARCH%
\5.
3
\msvc2013_64
_opengl
set
QT_INSTALL_PATH
=
E
:\Qt\Qt5.
7.0
\5.
7
\msvc2013_64
set
QT_BASE_CONFIG
=
-DQT
5
_INSTALL_PATH
=
E
:\Qt\Qt5.
7.0
\5.
7
\msvc2013_64
)
IF
"
%ARCHITECTURE%
"
==
"x32"
(
set
QT_INSTALL_PATH
=
E
:\Qt\Qt5.
3.1
-vs
2013
-
%STRING_ARCH%
\5.
3
\msvc2013
_opengl
set
QT_BASE_CONFIG
=
-DQT
5
_INSTALL_PATH
=
E
:\Qt\Qt5.
3.1
-vs
2013
-
%STRING_ARCH%
\5.
3
\msvc2013_
opengl
set
QT_INSTALL_PATH
=
E
:\Qt\Qt5.
7.0
\5.
7
\msvc2013
set
QT_BASE_CONFIG
=
-DQT
5
_INSTALL_PATH
=
E
:\Qt\Qt5.
7.0
\5.
7
\msvc2013_
64
)
)
...
...
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