diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-21 22:57:14 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-21 22:57:14 +0200 |
commit | 0ccc8133c0233ba4a1bad0d675beba297c0beac2 (patch) | |
tree | 09bf8da180cd0c4c12f41f9a134374a919cb02fb | |
parent | 72951cb80852683bdd2707031471580620733e2f (diff) |
Enable Qt and Boost profile examples for PostgreSQL
-rw-r--r-- | makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -18,14 +18,6 @@ tr1_dirs := relationship inverse schema/custom boost_dirs := boost qt_dirs := qt -# @@ Remove once boost and qt policies have been implemented -# for PostgreSQL. -# -ifeq ($(db_id),pgsql) - boost_dirs := - qt_dirs := -endif - dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) template |