diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-18 12:56:18 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:23 +0200 |
commit | e08eeb9e5da87a729992c5a1d14bfd62f4ed2205 (patch) | |
tree | df731d11c8770628acba94ec4593413d1ee95b5b /qt/makefile | |
parent | da9dd6be1b0203c496af4aff16df60fedc64463a (diff) |
Add tests for qt/smart-ptr
Diffstat (limited to 'qt/makefile')
-rw-r--r-- | qt/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/makefile b/qt/makefile index 9dc901a..2fbc3ae 100644 --- a/qt/makefile +++ b/qt/makefile @@ -6,7 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make all_dirs := mysql sqlite -dirs := +dirs := common ifeq ($(db_id),mysql) dirs += mysql |