aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-23 15:29:00 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 18:04:37 +0200
commit4b5fde5c42ed096f500a4005fbfba6b198739955 (patch)
treec0ce119d25ad211ce4916332fa87f9a590b8e5cb /makefile
parentd0f0e168cac3d117f64fddcca638a18fc4309ba1 (diff)
Add Qt test boilerplate code
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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