From 4b5fde5c42ed096f500a4005fbfba6b198739955 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 23 Mar 2011 15:29:00 +0200 Subject: Add Qt test boilerplate code --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index ad2f5b9..2942831 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.1