summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/simple_app/simple_app.pro
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2019-04-01 09:16:33 +0300
committerKari Oikarinen <kari.oikarinen@qt.io>2019-04-01 09:16:33 +0300
commit18e4cf290048726933bb5cf487e947e65b3550a6 (patch)
tree9e5024b21dbc18cfb8740fc3cda07804aa1470a4 /tests/auto/tools/qmake/testdata/simple_app/simple_app.pro
parentae5db669e8989fe793949346d8061c67e5ec31cd (diff)
parent9e97d64ccd27adcb2053c90cfbcafaef68e53893 (diff)
Merge 5.12 into 5.12.3
Diffstat (limited to 'tests/auto/tools/qmake/testdata/simple_app/simple_app.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/simple_app/simple_app.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/tools/qmake/testdata/simple_app/simple_app.pro b/tests/auto/tools/qmake/testdata/simple_app/simple_app.pro
index 0e78a91f46..f089ac14fc 100644
--- a/tests/auto/tools/qmake/testdata/simple_app/simple_app.pro
+++ b/tests/auto/tools/qmake/testdata/simple_app/simple_app.pro
@@ -5,3 +5,8 @@ SOURCES = test_file.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")