forked from qt-creator/qt-creator
QmlObserver: Fix compilation if no private headers are installed
Use the copy of the qdeclarativedebughelper_p.h that we have in qtcreator instead. Reviewed-by: Christiaan Janssen
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#include <QDebug>
|
||||
#include <QMessageBox>
|
||||
#include "qdeclarativetester.h"
|
||||
#include "private/qdeclarativedebughelper_p.h"
|
||||
#include "qt_private/qdeclarativedebughelper_p.h"
|
||||
|
||||
QT_USE_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user