Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
430
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
930b5ef4
Commit
930b5ef4
authored
4 years ago
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: QtPlayer: add QWindowsIntegrationPlugin plugin
Similar to the one in the QtGl sample.
parent
1c1739de
No related branches found
No related tags found
1 merge request
!339
doc: QtGL/QtPlayer: improve code samples portability
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/libvlc/QtPlayer/main.cpp
+5
-0
5 additions, 0 deletions
doc/libvlc/QtPlayer/main.cpp
with
5 additions
and
0 deletions
doc/libvlc/QtPlayer/main.cpp
+
5
−
0
View file @
930b5ef4
...
...
@@ -12,6 +12,11 @@
#include
<X11/Xlib.h>
#endif
#ifdef QT_STATIC
# include <QtPlugin>
Q_IMPORT_PLUGIN
(
QWindowsIntegrationPlugin
)
#endif
int
main
(
int
argc
,
char
*
argv
[])
{
#ifdef Q_WS_X11
XInitThreads
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment