summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/subdir_via_pro_file_extra_target/simple/simple.pro
blob: 2db08a29afd9e701fe0df7b5d226050b4c7bfdc0 (plain)
1
2
3
4
5
TEMPLATE = app
SOURCES  = main.cpp

extratarget.commands = @echo extra target worked OK
QMAKE_EXTRA_TARGETS += extratarget