aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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