summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 30eef85..095c51a 100644
--- a/configure.in
+++ b/configure.in
@@ -147,6 +147,9 @@ fi
# Qt
if test "$BUILD_SWIFT" == "yes"; then
+ NEED_QT=yes
+fi
+if test "$NEED_QT" == "yes"; then
AX_QT()
if test "$HAVE_QT" != yes; then
AC_MSG_ERROR([Could not find Qt])