summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/installerfw.pro b/installerfw.pro
new file mode 100644
index 000000000..7009c613f
--- /dev/null
+++ b/installerfw.pro
@@ -0,0 +1,10 @@
+TEMPLATE=subdirs
+CONFIG += ordered
+SUBDIRS += installerbuilder examples
+
+
+test.target=test
+test.commands=(cd installerbuilder && $(MAKE) test)
+test.depends = $(TARGET)
+QMAKE_EXTRA_TARGETS += test
+