summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 7f8b39cd6..d9b57615d 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -7,7 +7,10 @@ webengine_plugin.subdir = webengine/plugin
webengine_plugin.target = sub-webengine-plugin
webengine_plugin.depends = webengine
-SUBDIRS += core \
+core.depends = buildtools
+
+SUBDIRS += buildtools \
+ core \
process \
webengine \
webengine_plugin \