summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-01-20 10:30:36 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-01-20 10:30:36 +0100
commitbf4a72a4e6aad203113d8d6f1b87b9bf518fb88f (patch)
tree4e19df940253b98b53e16fa9a6cef5fc74da56f7 /configure.ac
parent5dd8e9cdd4d6b9c8c936630ab49da5bcec4728a1 (diff)
configure: Initialize Qt variables
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b986881f8..dc2d33f84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,6 +274,8 @@ AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
AM_CONDITIONAL(HAVE_GTK_X11, test "x$HAVE_GTK_X11" = "xyes")
AM_CONDITIONAL(HAVE_GTK_QUARTZ, test "x$HAVE_GTK_QUARTZ" = "xyes")
+HAVE_QT=no
+HAVE_QT_MOC=no
dnl QT is optional and only used in examples
PKG_CHECK_MODULES(QT, Qt5Gui Qt5Widgets, [
HAVE_QT=yes