diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-19 09:48:20 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:24 +0200 |
commit | cb7359cbe30940debf8137508cd987220c038081 (patch) | |
tree | fee8fbd0ee426942a28536bc7b74d98ee6750630 /qt/makefile | |
parent | e08eeb9e5da87a729992c5a1d14bfd62f4ed2205 (diff) |
Update qt/smart-ptr implementation test
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 2fbc3ae..bcc54c4 100644 --- a/qt/makefile +++ b/qt/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -all_dirs := mysql sqlite +all_dirs := common mysql sqlite dirs := common ifeq ($(db_id),mysql) |