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, 10 insertions, 0 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
new file mode 100644
index 0000000..7c62eae
--- /dev/null
+++ b/tools/tools.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+!boot2qt:!integrity:!qnx {
+ SUBDIRS += viewer
+}
+
+win32 {
+ SUBDIRS += attributehashes
+}