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
27ec1962
Unverified
Commit
27ec1962
authored
Feb 15, 2020
by
Don Gagne
Committed by
GitHub
Feb 15, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8318 from andrewvoznytsa/pr-windows-build-fix
Windows build fix
parents
ef536df8
168b8a59
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qmlglsink.cmake
qmlglsink.cmake
+1
-1
qmlglsink.pri
qmlglsink.pri
+1
-1
No files found.
qmlglsink.cmake
View file @
27ec1962
...
@@ -41,7 +41,7 @@ elseif(APPLE)
...
@@ -41,7 +41,7 @@ elseif(APPLE)
elseif
(
IOS
)
elseif
(
IOS
)
target_compile_definitions
(
gst_plugins_good PUBLIC HAVE_QT_MAC
)
target_compile_definitions
(
gst_plugins_good PUBLIC HAVE_QT_MAC
)
elseif
(
WIN32
)
elseif
(
WIN32
)
target_compile_definitions
(
gst_plugins_good PUBLIC HAVE_QT_WIN32
)
target_compile_definitions
(
gst_plugins_good PUBLIC HAVE_QT_WIN32
HAVE_QT_QPA_HEADER
)
# TODO: use FindOpenGL?
# TODO: use FindOpenGL?
target_link_libraries
(
gst_plugins_good PUBLIC opengl32.lib user32.lib
)
target_link_libraries
(
gst_plugins_good PUBLIC opengl32.lib user32.lib
)
...
...
qmlglsink.pri
View file @
27ec1962
...
@@ -8,7 +8,7 @@ LinuxBuild {
...
@@ -8,7 +8,7 @@ LinuxBuild {
} else:iOSBuild {
} else:iOSBuild {
DEFINES += HAVE_QT_IOS
DEFINES += HAVE_QT_IOS
} else:WindowsBuild {
} else:WindowsBuild {
DEFINES += HAVE_QT_WIN32
DEFINES += HAVE_QT_WIN32
HAVE_QT_QPA_HEADER
LIBS += opengl32.lib user32.lib
LIBS += opengl32.lib user32.lib
} else:AndroidBuild {
} else:AndroidBuild {
DEFINES += HAVE_QT_ANDROID
DEFINES += HAVE_QT_ANDROID
...
...
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