diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qmldebugger/creatorplugin/creatorplugin.pro | 1 | ||||
-rw-r--r-- | tools/qmldebugger/standalone/qmldebugger.pri | 2 | ||||
-rw-r--r-- | tools/qmlviewer/qmlviewer.pro | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/tools/qmldebugger/creatorplugin/creatorplugin.pro b/tools/qmldebugger/creatorplugin/creatorplugin.pro index ff7f3da..55f7398 100644 --- a/tools/qmldebugger/creatorplugin/creatorplugin.pro +++ b/tools/qmldebugger/creatorplugin/creatorplugin.pro @@ -2,6 +2,7 @@ TEMPLATE = lib TARGET = QmlInspector INCLUDEPATH += . +INCLUDEPATH += ../../../src/declarative/debugger DEPENDPATH += . include(../standalone/qmldebugger.pri) diff --git a/tools/qmldebugger/standalone/qmldebugger.pri b/tools/qmldebugger/standalone/qmldebugger.pri index aad5eb1..ede7d31 100644 --- a/tools/qmldebugger/standalone/qmldebugger.pri +++ b/tools/qmldebugger/standalone/qmldebugger.pri @@ -1,6 +1,8 @@ QT += network declarative contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1): QT += opengl +INCLUDEPATH += ../../../src/declarative/debugger + # Input HEADERS += $$PWD/canvasframerate.h \ $$PWD/watchtable.h \ diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro index 91c9534..ce45ed0 100644 --- a/tools/qmlviewer/qmlviewer.pro +++ b/tools/qmlviewer/qmlviewer.pro @@ -29,6 +29,7 @@ maemo5 { FORMS = recopts.ui \ proxysettings.ui INCLUDEPATH += ../../include/QtDeclarative +INCLUDEPATH += ../../src/declarative/util include(../shared/deviceskin/deviceskin.pri) target.path = $$[QT_INSTALL_BINS] INSTALLS += target |