Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CxxProfiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mārtiņš Možeiko
CxxProfiler
Commits
991f0669
Commit
991f0669
authored
Aug 27, 2016
by
Mārtiņš Možeiko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Qt to 5.7.0.
parent
35a47d9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bootstrap.cmd
bootstrap.cmd
+1
-1
create_release.cmd
create_release.cmd
+1
-1
No files found.
bootstrap.cmd
View file @
991f0669
@echo
off
if
"
%QTDIR%
"
EQU
""
(
set
QT
=
C
:\Qt\5.
6
.0
-desktop-vs
2013
-x
64
set
QT
=
C
:\Qt\5.
7
.0
-desktop-vs
2013
-x
64
)
else
(
set
QT
=
%QTDIR%
)
...
...
create_release.cmd
View file @
991f0669
@echo
off
set
QT
=
C
:\Qt\5.
6
.0
-desktop-vs
2013
-x
64
set
QT
=
C
:\Qt\5.
7
.0
-desktop-vs
2013
-x
64
set
PATH
=
%QT%
\bin
;
%PATH%
call
"
%VS1
20COMNTOOLS
%
..\..\VC\vcvarsall.bat"
x64
...
...
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