[vlc-commits] [Git][videolan/vlc][master] contrib: qt: disable sql and xml libraries
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Oct 31 10:26:53 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
37814236 by Johannes Kauffmann at 2022-10-31T09:32:30+00:00
contrib: qt: disable sql and xml libraries
Currently, they are build, but not installed. Since we don't use these,
disable them. This turns:
Qt modules and options:
...
Qt Sql ................................. yes
...
Qt Xml ................................. yes
into:
Qt modules and options:
...
Qt Sql ................................. no
...
Qt Xml ................................. no
- - - - -
1 changed file:
- contrib/src/qt/rules.mak
Changes:
=====================================
contrib/src/qt/rules.mak
=====================================
@@ -97,8 +97,8 @@ QT_PLATFORM += -device-option VLC_EXTRA_CFLAGS="-isystem $(PREFIX)/include" \
QT_CONFIG := -static -opensource -confirm-license $(QT_OPENGL) -no-pkg-config \
-no-sql-sqlite -no-gif -no-openssl -no-dbus -no-vulkan -no-sql-odbc -no-pch \
- -no-feature-testlib -no-feature-itemmodeltester -no-feature-sqlmodel \
- -no-compile-examples -nomake examples -nomake tests \
+ -no-feature-testlib -no-feature-itemmodeltester -no-feature-sqlmodel -no-feature-sql \
+ -no-feature-xml -no-compile-examples -nomake examples -nomake tests \
-system-freetype -system-harfbuzz -system-libjpeg -system-libpng -system-zlib
ifdef WITH_OPTIMIZATION
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/378142361aad1d175dd44df486ea94a86fed3890
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/378142361aad1d175dd44df486ea94a86fed3890
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