Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Elias Steurer
ScreenPlay
Commits
4c2cb43a
Commit
4c2cb43a
authored
Jan 16, 2021
by
Elias Steurer
🇩🇪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI to Qt 5.15.2
parent
0671e107
Pipeline
#242600309
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tools/build.py
Tools/build.py
+1
-1
No files found.
Tools/build.py
View file @
4c2cb43a
...
...
@@ -29,7 +29,7 @@ if not args.build_type:
print
(
"Build type argument is missing (release,debug). Example: python build.py -t release"
)
sys
.
exit
(
1
)
qt_version
=
"5.15.
1
"
qt_version
=
"5.15.
2
"
print
(
"Starting build with type %s. Qt Version: %s"
%
(
args
.
build_type
,
qt_version
))
...
...
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