forked from qt-creator/qt-creator
QmlJSDebugger: Split library up into a debugger & observer part
This allows us to enable/disable the experimental observer, independent from the core javascript-debugger functionality. Reviewed-by: Christiaan Janssen
This commit is contained in:
@@ -525,7 +525,7 @@ QStringList Qt4BuildConfiguration::removeQMLInspectorFromArgumentList(const QStr
|
||||
{
|
||||
QStringList result;
|
||||
foreach (const QString &str, old)
|
||||
if (!str.startsWith(QLatin1String(Constants::QMAKEVAR_QMLOBSERVER_PATH)))
|
||||
if (!str.startsWith(QLatin1String(Constants::QMAKEVAR_QMLJSDEBUGGER_PATH)))
|
||||
result << str;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user