diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-08 16:52:42 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-08 16:52:42 (GMT) |
commit | 0ffdc7556920564fce899ccd4bb4e7ce68a5c4d2 (patch) | |
tree | 314d13cebd2abb9f6cf234d6a97dd026428f8a05 /tools | |
parent | 4db69b5c116412bbcdb032affe9fa2c73e61abb1 (diff) | |
download | Qt-0ffdc7556920564fce899ccd4bb4e7ce68a5c4d2.zip Qt-0ffdc7556920564fce899ccd4bb4e7ce68a5c4d2.tar.gz Qt-0ffdc7556920564fce899ccd4bb4e7ce68a5c4d2.tar.bz2 |
Use the same style of qmake variable referencing used elsewhere in Qt.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/qdoc3.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro index 4bc6bca..2fedc0f 100644 --- a/tools/qdoc3/qdoc3.pro +++ b/tools/qdoc3/qdoc3.pro @@ -86,9 +86,9 @@ SOURCES += atom.cpp \ tree.cpp \ yyindent.cpp -INCLUDEPATH += $$(QT_BUILD_TREE)/include/QtDeclarative +INCLUDEPATH += $$QT_BUILD_TREE/include/QtDeclarative -include($$(QT_SOURCE_TREE)/src/declarative/qml/parser/parser.pri) +include($$QT_SOURCE_TREE/src/declarative/qml/parser/parser.pri) ### Documentation for qdoc3 ### |