QmlDebugging: Use -qmljsdebugger command line argument

Adapt to latest changes in qt.git (commit
a9e5329168c)

Reviewed-by: kkoehne
This commit is contained in:
Lasse Holmstedt
2010-09-20 12:16:54 +02:00
committed by Kai Koehne
parent 4d0176cd74
commit b580a0c357
5 changed files with 5 additions and 10 deletions

View File

@@ -53,9 +53,6 @@ const char * const QML_WIZARD_TR_SCOPE = "QmlProjectManager";
const char * const QML_WIZARD_TR_CATEGORY = QT_TRANSLATE_NOOP("QmlProjectManager", "Qt Quick Project");
const char * const QML_WIZARD_ICON = ":/qmlproject/images/qml_wizard.png";
// Env variables for inspector
const char * const E_QML_DEBUG_SERVER_PORT = "QML_DEBUG_SERVER_PORT";
} // namespace Constants
} // namespace QmlProjectManager