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
e0bf9527
Commit
e0bf9527
authored
Jun 30, 2019
by
Tomaz Canabrava
Committed by
Daniel Agar
Jun 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly enable Video if build with CMake
parent
343eecde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
CMakeLists.txt
CMakeLists.txt
+8
-2
CMakeLists.txt
src/CMakeLists.txt
+0
-1
CMakeLists.txt
src/VideoStreaming/CMakeLists.txt
+0
-1
No files found.
CMakeLists.txt
View file @
e0bf9527
...
...
@@ -10,7 +10,6 @@ set(CMAKE_AUTOUIC ON)
set
(
CMAKE_AUTORCC ON
)
set
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
# CMake build type
# Debug Release RelWithDebInfo MinSizeRel Coverage
if
(
NOT CMAKE_BUILD_TYPE
)
...
...
@@ -67,7 +66,14 @@ pkg_check_modules(GST
gstreamer-1.0>=1.14
gstreamer-video-1.0>=1.14
)
if
(
GST_FOUND
)
include_directories
(
${
GST_INCLUDE_DIRS
}
)
add_definitions
(
-DQGC_GST_STREAMING
)
endif
()
#=============================================================================
# Qt5
#
...
...
src/CMakeLists.txt
View file @
e0bf9527
...
...
@@ -2,7 +2,6 @@
include_directories
(
.
${
CMAKE_CURRENT_BINARY_DIR
}
${
Qt5Location_PRIVATE_INCLUDE_DIRS
}
)
...
...
src/VideoStreaming/CMakeLists.txt
View file @
e0bf9527
if
(
GST_FOUND
)
include_directories
(
${
GST_INCLUDE_DIRS
}
gstqtvideosink/utils/
)
...
...
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