Skip to content
Snippets Groups Projects
Commit 37b3c1df authored by ZIad Boujbel's avatar ZIad Boujbel
Browse files

Remove qt dependency

desable by default
parent deda3bae
No related branches found
No related tags found
No related merge requests found
......@@ -277,11 +277,11 @@ dnl QT interface
AC_MSG_CHECKING([whether to enable sflphoneqt])
AC_ARG_ENABLE(sflphoneqt,
AS_HELP_STRING(
[--disable-sflphoneqt],
[disable sflphone-qt compilation @<:@default=no@:>@]
[--enable-sflphoneqt],
[enable sflphone-qt compilation @<:@default=no@:>@]
),
[with_sflphoneqt=$enableval],
[with_sflphoneqt=yes]
[with_sflphoneqt=no]
)
AM_CONDITIONAL(WITH_QT, test "x$with_sflphoneqt" = "xyes")
AM_CONDITIONAL(include_x11, test x$with_sflphoneqt = "xyes")
......
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