summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/qdoc3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/qdoc3.pro')
-rw-r--r--tools/qdoc3/qdoc3.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro
index c9b05d2..2c91a9c 100644
--- a/tools/qdoc3/qdoc3.pro
+++ b/tools/qdoc3/qdoc3.pro
@@ -42,6 +42,9 @@ HEADERS += atom.h \
openedlist.h \
pagegenerator.h \
plaincodemarker.h \
+ puredocparser.h \
+ qmlcodeparser.h \
+ qmlvisitor.h \
quoter.h \
separator.h \
text.h \
@@ -67,6 +70,9 @@ SOURCES += atom.cpp \
openedlist.cpp \
pagegenerator.cpp \
plaincodemarker.cpp \
+ puredocparser.cpp \
+ qmlcodeparser.cpp \
+ qmlvisitor.cpp \
quoter.cpp \
separator.cpp \
text.cpp \
@@ -74,6 +80,11 @@ SOURCES += atom.cpp \
tree.cpp \
yyindent.cpp
+# Include the QML parsing library from Qt Creator.
+
+LIBS += -L$$(QTCREATOR_LIBPATH) -lQmlJS -lUtils
+INCLUDEPATH += $$(QTCREATOR_INCPATH)
+
### Documentation for qdoc3 ###
qtPrepareTool(QDOC, qdoc3)