diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 05:15:27 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 05:15:27 (GMT) |
commit | f0a172d19821e37604004cd6b8fa17b998b39857 (patch) | |
tree | 28049b952cfe7da29e59d77fde0c27081e8c59d7 /src/declarative/declarative.pro | |
parent | 5edf4ed878bbe933e6ff0023cce8808b1dcff6c0 (diff) | |
download | Qt-f0a172d19821e37604004cd6b8fa17b998b39857.zip Qt-f0a172d19821e37604004cd6b8fa17b998b39857.tar.gz Qt-f0a172d19821e37604004cd6b8fa17b998b39857.tar.bz2 |
Beginings of an experimental QML debugger view
Diffstat (limited to 'src/declarative/declarative.pro')
-rw-r--r-- | src/declarative/declarative.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro index 30704d0..1e8e82b 100644 --- a/src/declarative/declarative.pro +++ b/src/declarative/declarative.pro @@ -21,5 +21,6 @@ include(timeline/timeline.pri) include(extra/extra.pri) include(widgets/widgets.pri) include(test/test.pri) +include(debugger/debugger.pri) contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1):include(opengl/opengl.pri) |