Debugger: Fix autotest for shadow builds

Change-Id: I1b53afeb2a9f0d6e571c5ed87304e85896523488
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne 2012-03-14 13:21:59 +01:00 committed by Qt by Nokia
parent 2a000af954
commit d6c666f73f
2 changed files with 1 additions and 2 deletions

View File

@ -141,7 +141,7 @@ void tst_QQmlInspector::cleanupTestCase()
void tst_QQmlInspector::init()
{
const QString executable = SRCDIR"/app/app";
const QString executable = "app/app";
const QString argument = "-qmljsdebugger=port:"STR_PORT",block";
m_process = new QQmlDebugProcess(executable);

View File

@ -7,7 +7,6 @@ SOURCES += tst_qqmlinspector.cpp
INCLUDEPATH += ../shared
include(../shared/debugutil.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += parallel_test declarative_debug
QT += qml-private testlib