summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/data/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-08 19:38:31 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-22 07:46:11 +0000
commit5f209542916065775cdd23415aee4a7dee98e902 (patch)
tree5645db3cbe398cb1a2ef65a516b875b587242cbe /mkspecs/features/data/configure.json
parent7509ccc0f7020a313fcd04447ab3f9b8ff1a548d (diff)
add configure -list-libraries
currently mostly for debugging purposes (especially with -verbose). Change-Id: I8af32c61df0b19861aa79bc4bbdd3f6095dbe9b7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs/features/data/configure.json')
-rw-r--r--mkspecs/features/data/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/features/data/configure.json b/mkspecs/features/data/configure.json
index c4e33d0188..38623d46a4 100644
--- a/mkspecs/features/data/configure.json
+++ b/mkspecs/features/data/configure.json
@@ -14,7 +14,8 @@
"redo": { "type": "redo" },
- "list-features": "void"
+ "list-features": "void",
+ "list-libraries": "void"
}
}
}