Skip to content
Snippets Groups Projects
Commit 9c736b68 authored by Eike Ziller's avatar Eike Ziller
Browse files

Include doc/ in dev package


Change-Id: I64798d47d9f28826295d555432e3a1f63bbdde20
Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
parent 8f3fda10
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ def parse_arguments():
source_include_patterns = [
# directories
r"^scripts/.*$", # everything under scripts/
r"^doc/.*$", # everything under doc/
r"^share/(qtcreator/(qml/(qmlpuppet/(.*/)?)?)?)?$", # for shared headers for qt quick designer plugins
r"^src/(.*/)?$", # all directories under src/
r"^plugins/(.*/)?$", # all directories under plugins/ (if this is run on extra plugin repositories)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment