Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
c2ea516e
Commit
c2ea516e
authored
Jul 18, 2014
by
Lorenz Meier
Browse files
Merge pull request #755 from Kynos/master
Add msvc2013 to build types
parents
b7594100
48928236
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
c2ea516e
...
...
@@ -26,7 +26,7 @@ message(Qt version $$[QT_VERSION])
linux
-
g
++
|
linux
-
g
++-
64
{
message
(
Linux
build
)
CONFIG
+=
LinuxBuild
}
else
:
win32
-
msvc2008
|
win32
-
msvc2010
|
win32
-
msvc2012
{
}
else
:
win32
-
msvc2008
|
win32
-
msvc2010
|
win32
-
msvc2012
|
win32
-
msvc2013
{
message
(
Windows
build
)
CONFIG
+=
WindowsBuild
}
else
:
macx
-
clang
|
macx
-
llvm
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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