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
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
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
OpenFlipper-Free
OpenFlipper-Free
Commits
4fb51ef3
Commit
4fb51ef3
authored
Aug 14, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No Arch for VS2019 in generator
parent
49a8158e
Pipeline
#14923
canceled with stages
in 12 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
CI/ci-windows-config.bat
CI/ci-windows-config.bat
+14
-10
No files found.
CI/ci-windows-config.bat
View file @
4fb51ef3
:: use 4 threads for parallel compilation of the project
set
CL
=
/MP
4
:: determine architecture and set variables
if
"
%ARCHITECTURE%
"
==
"x64"
(
set
ARCHBITS
=
_64
set
ARCH_VS
=
Win64
set
STRING_ARCH
=
64
-Bit
)
else
(
set
ARCHBITS
=
set
ARCH_VS
=
set
STRING_ARCH
=
32
-Bit
)
:: determine VS version and set variables
if
"
%COMPILER%
"
==
"VS2015"
(
set
QT_COMPILERPREFIX
=
msvc2015
...
...
@@ -24,22 +36,14 @@ set QT_COMPILERPREFIX=msvc2019
set
VS_COMPILERVERSION_LONG
=
16
.0
set
VS_COMPILERVERSION_SHORT
=
16
set
VS_EDITION_YEAR
=
2019
set
ARCH_VS
=
::VS2017 default install path is different from other versions
set
VS_EDITION_PATH
=
\2019\Professional
)
set
BUILD_PLATFORM
=
%COMPILER%
:: determine architecture and set variables
if
"
%ARCHITECTURE%
"
==
"x64"
(
set
ARCHBITS
=
_64
set
ARCH_VS
=
Win64
set
STRING_ARCH
=
64
-Bit
)
else
(
set
ARCHBITS
=
set
ARCH_VS
=
set
STRING_ARCH
=
32
-Bit
)
set
GENERATOR
=
Visual
Studio
%VS_COMPILERVERSION_SHORT%
%VS_EDITION_YEAR%%
ARCH_VS
%
set
VS_PATH
=
"C:\Program Files (x86)\Microsoft Visual Studio
%VS_EDITION_PATH%
\Common7\IDE\devenv.com"
...
...
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