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:
@@ -42,7 +42,7 @@
|
||||
#ifndef QDECLARATIVEDESIGNDEBUGSERVER_H
|
||||
#define QDECLARATIVEDESIGNDEBUGSERVER_H
|
||||
|
||||
#include <private/qdeclarativedebugservice_p.h>
|
||||
#include "qt_private/qdeclarativedebugservice_p.h"
|
||||
#include "qmlobserverconstants.h"
|
||||
#include "qmljsdebugger_global.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user