summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 627a6eeaa..963d4a2da 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,7 +1,11 @@
CONFIG += ordered
TEMPLATE = subdirs
-SUBDIRS += extractbinarydata \
+
+SUBDIRS += \
+ archivegen \
+ binarycreator \
+ extractbinarydata \
repocompare \
+ repogen \
repogenfromonlinerepo
-win32:SUBDIRS += maddehelper
-
+win32:SUBDIRS += maddehelper \ No newline at end of file