forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user