Debugger: Fix autotest for shadow builds
Change-Id: I1b53afeb2a9f0d6e571c5ed87304e85896523488 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
parent
2a000af954
commit
d6c666f73f
|
@ -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
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue