Skip to content

Commit 46bc203

Browse files
authored
activate qt6 for debian trixie (#14229)
1 parent b6c25f4 commit 46bc203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/m4/qmake.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ AC_SUBST(LRELEASE)
55
AC_SUBST(WITH_QT6)
66
AC_ARG_WITH(qt6, [ --with-qt6 (build with qt6)],[WITH_QT6="$withval"],[WITH_QT6="no"])
77

8-
# check if we have ubuntu plucky and activate --with-qt6
8+
# check if we have ubuntu plucky or debian trixie and activate --with-qt6
99
# if so as we don't have webkit in that one.
1010
# maybe we should check if qt5webkit exists and if not activate qt6
1111
# but I have no idea how to do that
1212

13-
if "lsb_release" -cs | grep plucky; then
13+
if "lsb_release" -cs | grep "plucky\|trixie"; then
1414
WITH_QT6="yes"
15-
AC_MSG_RESULT([Forcing qt6 as we don't have webkit in plucky distro])
15+
AC_MSG_RESULT([Forcing qt6 as we don't have webkit in newer distros])
1616
fi
1717

1818
AC_MSG_CHECKING([if qt6 is requested])

0 commit comments

Comments
 (0)