QmlJsInspector: remove private header dependencies

A copy of the client debugging code is made in src/libs/qmljsdebugclient/
(this comes from the qt code from commit 65642dd343bf61)

So the qmljsinspector plugin does not require anymore Qt private headers.
This commit is contained in:
Olivier Goffart
2010-07-29 14:15:12 +02:00
parent 333334c64c
commit f3cdbeff63
16 changed files with 2350 additions and 30 deletions

View File

@@ -7,7 +7,6 @@ TARGET = Debugger
include(../../qtcreatorplugin.pri)
include(debugger_dependencies.pri)
include(../../private_headers.pri)
DEFINES += DEBUGGER_LIBRARY