Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
c844430c
Commit
c844430c
authored
Jun 20, 2017
by
Martin Schultz
Browse files
added qt Version 5.5.1 to ci script for windows
parent
f3a6cb93
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-windows.bat
View file @
c844430c
...
...
@@ -39,6 +39,10 @@ set GENERATOR=Visual Studio %VS_COMPILERVERSION_SHORT% %VS_EDITION_YEAR%%ARCH_VS
set
VS_PATH
=
"C:\Program Files (x86)\Microsoft Visual Studio
%VS_COMPILERVERSION_LONG%
\Common7\IDE\devenv.com"
:: determine Qt Version and set variables
if
"
%QT_VERSION%
"
==
"Qt5.5.1"
(
set
QT_REV_LONG
=
5
.5.1
set
QT_REV
=
5
.5
)
if
"
%QT_VERSION%
"
==
"Qt5.6.2"
(
set
QT_REV_LONG
=
5
.6.2
set
QT_REV
=
5
.6
...
...
Write
Preview
Supports
Markdown
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