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

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