Commit 282af44c authored by Geoff Fink's avatar Geoff Fink

A few other include fixes

parent ea8b11f5
...@@ -179,7 +179,8 @@ linux-g++|linux-g++-64{ ...@@ -179,7 +179,8 @@ linux-g++|linux-g++-64{
INCLUDEPATH += /usr/include \ INCLUDEPATH += /usr/include \
/usr/local/include \ /usr/local/include \
/usr/include/qt4/phonon /usr/include/qt4/phonon \
/usr/include/phonon
LIBS += \ LIBS += \
-L/usr/lib \ -L/usr/lib \
...@@ -227,7 +228,8 @@ linux-g++|linux-g++-64{ ...@@ -227,7 +228,8 @@ linux-g++|linux-g++-64{
DEFINES += QGC_PROTOBUF_ENABLED 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") message("Building support for libfreenect")
DEPENDENCIES_PRESENT += libfreenect DEPENDENCIES_PRESENT += libfreenect
INCLUDEPATH += /usr/include/libusb-1.0 INCLUDEPATH += /usr/include/libusb-1.0
...@@ -257,7 +259,7 @@ linux-g++ { ...@@ -257,7 +259,7 @@ linux-g++ {
linux-g++-64 { linux-g++-64 {
message("Building for GNU/Linux 64bit/x64 (g++-64)") message("Building for GNU/Linux 64bit/x64 (g++-64)")
exists(/usr/local/lib64) { exists(/usr/local/lib64) {
LIBS += -L/usr/local/lib64 LIBS += -L/usr/local/lib64 -L/usr/lib64
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment