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.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/corelib/global/qlogging/app/app.pro b/tests/auto/corelib/global/qlogging/app/app.pro
index a167cc45cd..1088d08a58 100644
--- a/tests/auto/corelib/global/qlogging/app/app.pro
+++ b/tests/auto/corelib/global/qlogging/app/app.pro
@@ -3,7 +3,9 @@ TEMPLATE = app
TARGET = app
QT = core
-CONFIG -= debug_and_release app_bundle
-CONFIG += debug console
+DESTDIR = ./
+
+CONFIG -= app_bundle
+CONFIG += console
SOURCES += main.cpp