summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/qdoc.pro')
-rw-r--r--src/qdoc/qdoc.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/qdoc/qdoc.pro b/src/qdoc/qdoc.pro
index 3c88e2643..95fdc5cdf 100644
--- a/src/qdoc/qdoc.pro
+++ b/src/qdoc/qdoc.pro
@@ -48,6 +48,7 @@ HEADERS += atom.h \
loggingcategory.h \
node.h \
openedlist.h \
+ parameters.h \
puredocparser.h \
qdocdatabase.h \
qdoctagfiles.h \
@@ -58,7 +59,9 @@ HEADERS += atom.h \
text.h \
tokenizer.h \
tree.h \
- webxmlgenerator.h
+ webxmlgenerator.h \
+ qdocglobals.h \
+ qdoccommandlineparser.h
SOURCES += atom.cpp \
clangcodeparser.cpp \
@@ -77,6 +80,7 @@ SOURCES += atom.cpp \
main.cpp \
node.cpp \
openedlist.cpp \
+ parameters.cpp \
puredocparser.cpp \
qdocdatabase.cpp \
qdoctagfiles.cpp \
@@ -88,7 +92,9 @@ SOURCES += atom.cpp \
tokenizer.cpp \
tree.cpp \
yyindent.cpp \
- webxmlgenerator.cpp
+ webxmlgenerator.cpp \
+ qdocglobals.cpp \
+ qdoccommandlineparser.cpp
### QML/JS Parser ###