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
436d0f78
Commit
436d0f78
authored
Feb 16, 2014
by
Lorenz Meier
Browse files
Dropping support for freenect lib
parent
40009d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
QGCExternalLibs.pri
View file @
436d0f78
...
...
@@ -258,26 +258,6 @@ LinuxBuild : contains(MAVLINK_CONF, pixhawk) {
message("Skipping support for Protocol Buffers")
}
#
# libfreenect Kinect support
#
MacBuild | LinuxBuild {
exists(/opt/local/include/libfreenect) | exists(/usr/local/include/libfreenect) {
message("Including support for libfreenect")
#INCLUDEPATH += /usr/include/libusb-1.0
DEFINES += QGC_LIBFREENECT_ENABLED
LIBS += -lfreenect
HEADERS += src/input/Freenect.h
SOURCES += src/input/Freenect.cc
} else {
message("Skipping support for libfreenect")
}
} else {
message("Skipping support for libfreenect")
}
#
# EIGEN matrix library (NOMINMAX needed to make internal min/max work)
#
...
...
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