aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qmllive-project.qdocconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/qmllive-project.qdocconf b/doc/qmllive-project.qdocconf
index d4f45ed..ca5612b 100644
--- a/doc/qmllive-project.qdocconf
+++ b/doc/qmllive-project.qdocconf
@@ -4,7 +4,9 @@ url = https://doc.qt.io/QMLLive
version = $QT_VERSION
moduleheader = QMLLiveDoc
-includepaths += -I ../src
+includepaths += \
+ -I ../src \
+ -I .
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"