From 8e29be9f2229a6c618f95b725502f7082f02d50a Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 22 Mar 2011 10:49:56 +0200 Subject: Add Qt profile example --- makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 0342eaa..79c200b 100644 --- a/makefile +++ b/makefile @@ -8,9 +8,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make dirs := composite container hello query mapping schema/embedded tr1_dirs := relationship inverse schema/custom boost_dirs := boost +qt_dirs := qt -dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) -all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) template +dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) +all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) template default := $(out_base)/ dist := $(out_base)/.dist @@ -23,6 +24,7 @@ $(dist): name := examples $(dist): export dirs := $(dirs) $(dist): export tr1_dirs := $(tr1_dirs) $(dist): export boost_dirs := $(boost_dirs) +$(dist): export qt_dirs := $(qt_dirs) $(dist): data_dist := GPLv2 LICENSE README NEWS INSTALL version tester.bat \ mysql-driver.bat mysql.options $(dist): exec_dist := bootstrap tester -- cgit v1.1