Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
571ceedc
Commit
571ceedc
authored
Feb 16, 2014
by
Bryant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Remove libfreenect that was accidently re-added in previous merge.
(originally removed in
436d0f78
)
parent
9982bcd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
QGCExternalLibs.pri
QGCExternalLibs.pri
+0
-24
No files found.
QGCExternalLibs.pri
View file @
571ceedc
...
...
@@ -337,30 +337,6 @@ LinuxBuild : contains(MAVLINK_DIALECT, pixhawk) {
message("Skipping support for Protocol Buffers (unsupported platform)")
}
#
# [OPTIONAL] Kinect support using libfreenect on POSIX systems.
#
contains(DEFINES, DISABLE_KINECT) {
message("Skipping support for the Kinect (manual override from command line)")
DEFINES -= DISABLE_KINECT
# Otherwise the user can still disable this feature in the user_config.pri file.
} else:infile(user_config.pri, DEFINES, DISABLE_KINECT) {
message("Skipping support for the Kinext (manual override from user_config.pri)")
} else:MacBuild | LinuxBuild {
exists(/opt/local/include/libfreenect) | exists(/usr/local/include/libfreenect) {
message("Including support for the Kinect")
DEFINES += QGC_LIBFREENECT_ENABLED
LIBS += -lfreenect
HEADERS += src/input/Freenect.h
SOURCES += src/input/Freenect.cc
} else {
warning("Skipping support for the Kinect (missing libraries, see README)")
}
} else {
message("Skipping support for the Kinect (unsupported platform)")
}
#
# [REQUIRED] EIGEN matrix library
# NOMINMAX constant required to make internal min/max work.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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