diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-30 15:54:26 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 17:54:50 +0200 |
commit | 2534ea4dd7196828ba8446921c7b552087055114 (patch) | |
tree | 5beaac5190ccb7bab893402c034e0273d09618a0 /configure.ac | |
parent | 42a45c8f42888ab6138c45e3b2cbfec50edf6d03 (diff) |
Add code for Qt profile dist build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
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 |