Skip to content
Snippets Groups Projects
Commit 42634b74 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: use qmlcachegen by default

parent bfd578ad
Branches master
No related tags found
No related merge requests found
Pipeline #577655 passed with stage
in 3 minutes and 4 seconds
......@@ -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]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment