diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-23 15:29:00 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:04:37 +0200 |
commit | 4b5fde5c42ed096f500a4005fbfba6b198739955 (patch) | |
tree | c0ce119d25ad211ce4916332fa87f9a590b8e5cb /makefile | |
parent | d0f0e168cac3d117f64fddcca638a18fc4309ba1 (diff) |
Add Qt test boilerplate code
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -all_dirs := libcommon common tracer mysql sqlite boost -dirs := common tracer boost +all_dirs := libcommon common tracer mysql sqlite boost qt +dirs := common tracer boost qt ifeq ($(db_id),mysql) dirs += mysql |