QmlJsDebugger: Remove dependency to Qt private headers being installed

Copy over the private header files to creator source tree, along the
lines of the what the designer plugin does.

Reviewed-by: Christiaan Janssen
This commit is contained in:
Kai Koehne
2010-09-27 10:46:08 +02:00
parent f343cc4bd4
commit eff5ceea64
17 changed files with 204 additions and 60 deletions
@@ -57,9 +57,10 @@
#include <QtScript/QScriptValue>
#include <QtCore/QEventLoop>
#include <QtCore/QSet>
#include <private/qdeclarativedebugservice_p.h>
#include <QtCore/QStringList>
#include "qt_private/qdeclarativedebugservice_p.h"
#include "qmljsdebugger_global.h"
QT_FORWARD_DECLARE_CLASS(QScriptContext);