From 75f8ef2dcddea1260a31491c97a26d30a18fce6c Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 30 Mar 2011 15:54:27 +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 cea2bd2..632465c 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,17 @@ LIBODB_BOOST([], [odb_tests_boost=no]) AM_CONDITIONAL([ODB_TESTS_BOOST], [test x$odb_tests_boost != xno]) +# Check for Qt +# +odb_tests_qt=yes +LIBQTCORE([],[odb_tests_qt=no]) + +# Check for libodb-qt +# +LIBODB_QT([], [odb_tests_qt=no]) + +AM_CONDITIONAL([ODB_TESTS_QT], [test x$odb_tests_qt != xno]) + # Check which database we are using. # DATABASE -- cgit v1.1