summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/subdir.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/subdir.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/subdir.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/subdir.pro b/tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/subdir.pro
new file mode 100644
index 0000000000..be0d80adf0
--- /dev/null
+++ b/tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/subdir.pro
@@ -0,0 +1,7 @@
+TEMPLATE = subdirs
+SUBDIRS = simple
+
+extratarget.CONFIG = recursive
+extratarget.recurse = $$SUBDIRS
+extratarget.recurse_target = extratarget
+QMAKE_EXTRA_TARGETS += extratarget