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
282af44c
Commit
282af44c
authored
Jul 26, 2013
by
Geoff Fink
Browse files
A few other include fixes
parent
ea8b11f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pri
View file @
282af44c
...
...
@@ -179,7 +179,8 @@ linux-g++|linux-g++-64{
INCLUDEPATH += /usr/include \
/usr/local/include \
/usr/include/qt4/phonon
/usr/include/qt4/phonon \
/usr/include/phonon
LIBS += \
-L/usr/lib \
...
...
@@ -227,7 +228,8 @@ linux-g++|linux-g++-64{
DEFINES += QGC_PROTOBUF_ENABLED
}
exists(/usr/local/include/libfreenect/libfreenect.h) {
exists(/usr/local/include/libfreenect/libfreenect.h) |
exists(/usr/include/libfreenect/libfreenect.h) {
message("Building support for libfreenect")
DEPENDENCIES_PRESENT += libfreenect
INCLUDEPATH += /usr/include/libusb-1.0
...
...
@@ -257,7 +259,7 @@ linux-g++ {
linux-g++-64 {
message("Building for GNU/Linux 64bit/x64 (g++-64)")
exists(/usr/local/lib64) {
LIBS += -L/usr/local/lib64
LIBS += -L/usr/local/lib64
-L/usr/lib64
}
}
...
...
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