summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-02-21 16:30:31 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-02-21 16:41:32 +0100
commit8457830abdca9d5769e2ec1bdbfb793a05e6c5dd (patch)
tree4c9e87efd34104ec59ae31efd0394e998a2434f7 /installerfw.pro
init commit
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
+