Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
e28d9709
Commit
e28d9709
authored
Jan 15, 2023
by
Johannes Kauffmann
Committed by
Steve Lhomme
Jan 24, 2023
Browse files
meson: qt: add libcom_cppflags
Following
cfafaa87
.
parent
8b90010a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt/meson.build
View file @
e28d9709
...
...
@@ -8,6 +8,7 @@ qt_include_dir = include_directories('.')
qt_extra_deps
=
[]
qt_extra_flags
=
[]
qt_cppargs
=
[]
qt5_dep
=
dependency
(
'qt5'
,
version
:
'>=5.11.0'
,
...
...
@@ -576,13 +577,17 @@ if qt5_dep.found()
qt_extra_flags
+=
'-DQT_QML_DEBUG'
endif
if
host_system
==
'windows'
qt_cppargs
+=
libcom_cppflags
endif
vlc_modules
+=
{
'name'
:
'qt'
,
'sources'
:
[
qt5pre_files
,
qt_sources
,
some_sources
],
'dependencies'
:
[
qt5_dep
,
qt_extra_deps
],
'include_directories'
:
qt_include_dir
,
'c_args'
:
qt_extra_flags
,
'cpp_args'
:
qt_extra_flags
'cpp_args'
:
[
qt_extra_flags
,
qt_cppargs
]
}
#Qt GTK theme module
...
...
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