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
dc41a4fa
Commit
dc41a4fa
authored
Apr 24, 2016
by
Daniel Agar
Browse files
allow linux clang builds
parent
ea387d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
QGCCommon.pri
View file @
dc41a4fa
...
...
@@ -27,10 +27,14 @@
# the project file.
linux {
linux-g++ | linux-g++-64 | linux-g++-32 {
linux-g++ | linux-g++-64 | linux-g++-32
| linux-clang
{
message("Linux build")
CONFIG += LinuxBuild
DEFINES += __STDC_LIMIT_MACROS
linux-clang {
message("Linux clang")
QMAKE_CXXFLAGS += -Qunused-arguments -fcolor-diagnostics
}
} else : linux-rasp-pi2-g++ {
message("Linux R-Pi2 build")
CONFIG += LinuxBuild
...
...
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