diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-30 15:54:27 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:04:37 +0200 |
commit | 75f8ef2dcddea1260a31491c97a26d30a18fce6c (patch) | |
tree | ea388153b6a8073b3ade61c12f86d76d9ea501f1 /Makefile.am | |
parent | 242363e630f2f541bcf1b7133f21ab2730587c4f (diff) |
Add code for Qt profile dist build
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0a15f76..2631719 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,10 @@ if ODB_TESTS_BOOST SUBDIRS += boost endif +if ODB_TESTS_QT +SUBDIRS += qt +endif + if DATABASE_MYSQL SUBDIRS += mysql endif |