summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-07-11 15:26:35 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-07-11 15:37:54 +0200
commit2a364e7135db730dfe8ca38b5203088357685e8d (patch)
tree65c0d60f270b5ee1c370a37c1ff5bf86076af0d4 /tools/tools.pro
parente6390254c683d210ca837eb137b027146fdd9d3a (diff)
Introduce developer tool.
Supports dump binary content, run operation and update existing binary with new installer base. The support for starting with binary data of a different installer got dropped completely, use update and run instead. Change-Id: I41073d0bfc9a4c4da18fbb9f49fd3e65bb54b501 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 551cb8ed6..6c9ad6563 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -4,7 +4,8 @@ TEMPLATE = subdirs
SUBDIRS += \
archivegen \
binarycreator \
- repogen
+ repogen \
+ devtool
EXTRASUBDIRS = \
repocompare \