[vlc-commits] [Git][videolan/vlc][master] qt: use qmlcachegen by default
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Mar 17 12:17:39 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
42634b74 by Fatih Uzunoglu at 2025-03-17T12:03:53+00:00
qt: use qmlcachegen by default
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -4300,9 +4300,11 @@ AS_IF([test "${enable_qt}" != "no"], [
])
AC_ARG_ENABLE([qt-qml-cache],
- AS_HELP_STRING([--enable-qt-qml-cache],
- [enable qml cache generation]))
-AM_CONDITIONAL([HAVE_QMLCACHEGEN], [test "${enable_qt_qml_cache}" = "yes" && test "$QMLCACHEGEN" != "no"])
+ AS_HELP_STRING([--disable-qt-qml-cache],
+ [disable qml cache generation and basic error checking]),
+ [],
+ [enable_qml_cache="yes"])
+AM_CONDITIONAL([HAVE_QMLCACHEGEN], [test "${enable_qml_cache}" = "yes" && test "$QMLCACHEGEN" != "no"])
AC_ARG_ENABLE([qt-qml-debug],
AS_HELP_STRING([--enable-qt-qml-debug], [enable qml debugger]))
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/42634b749a3bebc22926a36c1148abe7ccb82829
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/42634b749a3bebc22926a36c1148abe7ccb82829
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