summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qlogging/app/app.pro')
-rw-r--r--tests/auto/corelib/global/qlogging/app/app.pro11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/auto/corelib/global/qlogging/app/app.pro b/tests/auto/corelib/global/qlogging/app/app.pro
index 30751d89ec..b90b685749 100644
--- a/tests/auto/corelib/global/qlogging/app/app.pro
+++ b/tests/auto/corelib/global/qlogging/app/app.pro
@@ -1,6 +1,15 @@
TEMPLATE = app
-TARGET = app
+debug_and_release {
+ CONFIG(debug, debug|release) {
+ TARGET = ../debug/helper
+ } else {
+ TARGET = ../release/helper
+ }
+} else {
+ TARGET = ../helper
+}
+
QT = core
DESTDIR = ./