summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro')
-rw-r--r--tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro b/tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro
index 992188b443..8778da7ffe 100644
--- a/tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro
+++ b/tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro
@@ -1,8 +1,5 @@
SOURCES += main.cpp
QT += widgets
CONFIG += console
+CONFIG -= app_bundle
DESTDIR = ./
-
-# This app is testdata for tst_qprocess
-target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/$$TARGET
-INSTALLS += target