[vlc-commits] [Git][videolan/vlc][master] qt: fix duplicate GTK theme plugin LDFLAGS
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Sep 12 11:19:20 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
7b0b29d9 by Dhananjay Jha at 2026-09-12T11:01:45+00:00
qt: fix duplicate GTK theme plugin LDFLAGS
- - - - -
1 changed file:
- modules/gui/qt/Makefile.am
Changes:
=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -1705,7 +1705,6 @@ assets.cpp: assets.qrc
if HAVE_QT_GTK
libqt_gtktheme_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) $(GTK3_CFLAGS) $(QT_CFLAGS)
libqt_gtktheme_CPPFLAGS = $(AM_CPPFLAGS)
-libqt_gtktheme_plugin_la_LDFLAGS = $(AM_LDFLAGS)
libqt_gtktheme_plugin_la_LIBADD = $(GTK3_LIBS) $(QT_LIBS)
libqt_gtktheme_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(QT_LDFLAGS)
libqt_gtktheme_plugin_la_SOURCES = \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7b0b29d945f3e5852d5bad74f009af8bcfa7e32d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7b0b29d945f3e5852d5bad74f009af8bcfa7e32d
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list