[vlc-commits] [Git][videolan/vlc][master] qt: fix moc include paths
Thomas Guillem (@tguillem)
gitlab at videolan.org
Fri Dec 22 09:41:01 UTC 2023
Thomas Guillem pushed to branch master at VideoLAN / VLC
Commits:
f9f1aa1b by Pierre Lamot at 2023-12-22T09:07:59+00:00
qt: fix moc include paths
moc needs to be able to include headers for dependencies, and missing includes
silently fails
include path change was forgotten in ddfc6d0de8ae0f450895ec5cee6626e4efacb422
fixes #28460
- - - - -
1 changed file:
- modules/gui/qt/Makefile.am
Changes:
=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -27,7 +27,7 @@ vlc_qt_check_LDADD = $(vlc_qt_libs)
libqt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) \
-DQT_STRICT_ITERATORS \
- -I$(srcdir)/gui/qt -I$(builddir)/ \
+ -I$(srcdir) -I$(builddir) \
-I$(builddir)/dialogs/extended \
-I$(builddir)/dialogs/fingerprint \
-I$(builddir)/dialogs/firstrun \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9f1aa1b39dafe5693dbba8ba119a523804c148d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9f1aa1b39dafe5693dbba8ba119a523804c148d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list