summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/subdirs/simple_app/simple_app.pro
blob: d63f1d4362c04c8615095d85343178861d3cdc8c (plain)
1
2
3
4
5
6
TEMPLATE		= app
HEADERS		= test_file.h
SOURCES		= test_file.cpp \
		  	main.cpp
TARGET		= simple_app
DESTDIR		= ./