diff options
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 |