summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/subdir_via_pro_file_extra_target.pro
blob: 7c07859ae4e31b7606bd20a37eb9fee1d1c3cd33 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
SUBDIRS  = subdir.pro

extratarget.CONFIG         = recursive
extratarget.recurse        = $$SUBDIRS
extratarget.recurse_target = extratarget
QMAKE_EXTRA_TARGETS       += extratarget