From 2534ea4dd7196828ba8446921c7b552087055114 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 30 Mar 2011 15:54:26 +0200 Subject: Add code for Qt profile dist build --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9c38a3d..c617200 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,17 @@ LIBODB_BOOST([], [odb_examples_boost=no]) AM_CONDITIONAL([ODB_EXAMPLES_BOOST], [test x$odb_examples_boost != xno]) +# Check for Qt +# +odb_examples_qt=yes +LIBQTCORE([],[odb_examples_qt=no]) + +# Check for libodb-qt +# +LIBODB_QT([], [odb_examples_qt=no]) + +AM_CONDITIONAL([ODB_EXAMPLES_QT], [test x$odb_examples_qt != xno]) + # Check which database we are using. # DATABASE -- cgit v1.1