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
97378dc0
Commit
97378dc0
authored
Apr 07, 2010
by
pixhawk
Browse files
Fixed compile issues on non-64bit OS X systems
parent
a4199731
Changes
1
Hide whitespace changes
Inline
Side-by-side
mavground.pri
View file @
97378dc0
...
...
@@ -61,12 +61,16 @@ macx {
message(Building for Mac OS X)
CONFIG += x86_64 cocoa
CONFIG += x86
contains ( DEFINES, QT_MAC_USE_COCOA ) {
CONFIG += x86_64 cocoa
CONFIG -= static
}
DESTDIR = $$BASEDIR/bin/mac
INCLUDEPATH += -framework SDL \
/Users/hugo/Projects/PixHawkGroundControl
/MAVLink/src
$$BASEDIR
/MAVLink/src
LIBS += -framework IOKit \
-framework SDL \
...
...
@@ -94,10 +98,6 @@ linux-g++ {
DESTDIR = $$BASEDIR
}
INCLUDEPATH += /usr/include/SDL
# /usr/include/qwt-qt4
#-L$$BASEDIR/lib/qwt/linux \
DEFINES += _TTY_POSIX_
...
...
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