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:
Kai Koehne
2010-11-09 12:32:33 +01:00
parent 64e47901b0
commit 3d758f12c4

View File

@@ -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