Skip to content

Commit

Permalink
Debugger: Fix autotest for shadow builds
Browse files Browse the repository at this point in the history
Change-Id: I1b53afeb2a9f0d6e571c5ed87304e85896523488
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
  • Loading branch information
Kai Koehne authored and Qt by Nokia committed Mar 14, 2012
1 parent 2a000af commit d6c666f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -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);
Expand Down
Expand Up @@ -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

0 comments on commit d6c666f

Please sign in to comment.