diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 05:35:32 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 05:35:32 (GMT) |
commit | 1893849a7e90781b85f15ac32bef972b0087a720 (patch) | |
tree | f2a669689a2216abb878bc1fae389938e8955eb9 /tools/qmldebugger/standalone/qmldebugger.pri | |
parent | ba661047f46ff6d6affb5f3ebad0b90a48d7982a (diff) | |
download | Qt-1893849a7e90781b85f15ac32bef972b0087a720.zip Qt-1893849a7e90781b85f15ac32bef972b0087a720.tar.gz Qt-1893849a7e90781b85f15ac32bef972b0087a720.tar.bz2 |
Compile as module.
Diffstat (limited to 'tools/qmldebugger/standalone/qmldebugger.pri')
-rw-r--r-- | tools/qmldebugger/standalone/qmldebugger.pri | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |