summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/simple_app/simple_app.pro
blob: f089ac14fcdbd52090d69b0d9e34aec677427a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE		= app
HEADERS		= test_file.h
SOURCES		= test_file.cpp \
		  	main.cpp
RESOURCES = test.qrc
TARGET	= "simple app"
DESTDIR	= "dest dir"

target.path = $$OUT_PWD/dist
INSTALLS += target

!build_pass:msvc:CONFIG(debug, debug|release):message("check for pdb, please")