[vlc-commits] [Git][videolan/vlc][master] Qt: tests: ensure to link with the non-system version of libvlc
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Dec 22 07:53:23 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
b71bd032 by Sean McGovern at 2025-12-22T08:36:25+01:00
Qt: tests: ensure to link with the non-system version of libvlc
- - - - -
1 changed file:
- modules/gui/qt/Makefile.am
Changes:
=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -1610,7 +1610,7 @@ TESTS = base_model_test
if HAVE_QT_QTEST
-LIBVLC = -L../../../lib -lvlc
+LIBVLC = ../../../lib/libvlc.la
QT_QTEST_COMMON_cppflags = $(libqt_plugin_la_CPPFLAGS) -I$(builddir)/tests -DTOP_BUILDDIR=\"$(abs_top_builddir)\"
QT_QTEST_COMMON_cxxflags = $(AM_CXXFLAGS) $(QT_CFLAGS) $(QT_QTEST_CFLAGS) -fPIC $(CXXFLAGS_qt)
QT_QTEST_COMMON_ldadd = $(QT_LIBS) $(LIBS_qt) $(QT_QTEST_LIBS) $(LIBVLCCORE) $(LIBVLC)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b71bd03233a6a9392c906a22345041a9447bc49a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b71bd03233a6a9392c906a22345041a9447bc49a
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