forked from qt-creator/qt-creator
debugger: hard-code some qt5 related paths
This is not a final solution. Change-Id: I19e7a99e1b056704864d27855197678a0d3fd10b Reviewed-on: http://codereview.qt-project.org/5073 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -163,7 +163,7 @@ void QmlEngine::setupInferior()
|
||||
{
|
||||
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
|
||||
|
||||
if (startParameters().startMode == AttachToRemote) {
|
||||
if (startParameters().startMode == AttachToRemoteServer) {
|
||||
emit requestRemoteSetup();
|
||||
if (startParameters().qmlServerPort != quint16(-1))
|
||||
notifyInferiorSetupOk();
|
||||
@@ -330,7 +330,7 @@ void QmlEngine::runEngine()
|
||||
{
|
||||
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
|
||||
|
||||
if (!isSlaveEngine() && startParameters().startMode != AttachToRemote
|
||||
if (!isSlaveEngine() && startParameters().startMode != AttachToRemoteServer
|
||||
&& startParameters().startMode != AttachToQmlPort)
|
||||
startApplicationLauncher();
|
||||
d->m_noDebugOutputTimer.start();
|
||||
|
||||
Reference in New Issue
Block a user