aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-22 10:49:56 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 17:54:50 +0200
commit8e29be9f2229a6c618f95b725502f7082f02d50a (patch)
tree77eb79933015300a398a10135122534bfa5abaa3 /makefile
parentd206125ed2d85891d946c3c12c9b7eb95d5af41e (diff)
Add Qt profile example
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 4 insertions, 2 deletions
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