Commit d6c666f7 authored by Kai Koehne's avatar Kai Koehne Committed by Qt by Nokia
Browse files

Debugger: Fix autotest for shadow builds


Change-Id: I1b53afeb2a9f0d6e571c5ed87304e85896523488
Reviewed-by: default avatarAurindam Jana <aurindam.jana@nokia.com>
parent 2a000af9
Branches
Tags
No related merge requests found
Showing with 1 addition and 2 deletions
...@@ -141,7 +141,7 @@ void tst_QQmlInspector::cleanupTestCase() ...@@ -141,7 +141,7 @@ void tst_QQmlInspector::cleanupTestCase()
void tst_QQmlInspector::init() void tst_QQmlInspector::init()
{ {
const QString executable = SRCDIR"/app/app"; const QString executable = "app/app";
const QString argument = "-qmljsdebugger=port:"STR_PORT",block"; const QString argument = "-qmljsdebugger=port:"STR_PORT",block";
m_process = new QQmlDebugProcess(executable); m_process = new QQmlDebugProcess(executable);
......
...@@ -7,7 +7,6 @@ SOURCES += tst_qqmlinspector.cpp ...@@ -7,7 +7,6 @@ SOURCES += tst_qqmlinspector.cpp
INCLUDEPATH += ../shared INCLUDEPATH += ../shared
include(../shared/debugutil.pri) include(../shared/debugutil.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += parallel_test declarative_debug CONFIG += parallel_test declarative_debug
QT += qml-private testlib QT += qml-private testlib
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment