forked from qt-creator/qt-creator
Fix compilation of Quick Designer / Inspector for installed qt headers
Add QtGui/private to the list of include paths. qdeclarativeitem_p.h has: #include <private/qgraphicsitem_p.h> which failed before.
This commit is contained in:
@@ -5,5 +5,6 @@ isEmpty(QT_PRIVATE_HEADERS) {
|
||||
INCLUDEPATH += $$quote($${QT_PRIVATE_HEADERS}) \
|
||||
$$quote($${QT_PRIVATE_HEADERS}/QtDeclarative) \
|
||||
$$quote($${QT_PRIVATE_HEADERS}/QtCore) \
|
||||
$$quote($${QT_PRIVATE_HEADERS}/QtScript)
|
||||
$$quote($${QT_PRIVATE_HEADERS}/QtScript) \
|
||||
$$quote($${QT_PRIVATE_HEADERS}/QtGui)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user