forked from qt-creator/qt-creator
Dev package: Collect from all directories except tests/ and share/
Except for the qmlpuppet directories under share/. Some plugins have other directories to look into than plugins/. Change-Id: I89cc61d02c39ecee2cfb6db72986003651ca4b9c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -57,17 +57,16 @@ def parse_arguments():
|
|||||||
|
|
||||||
source_include_patterns = [
|
source_include_patterns = [
|
||||||
# directories
|
# directories
|
||||||
r"^scripts/.*$", # everything under scripts/
|
r"^(?!(share|tests)/.*$)(.*/)?$", # look into all directories except under share/ and tests/
|
||||||
r"^doc/.*$", # everything under doc/
|
|
||||||
r"^share/(qtcreator/(qml/(qmlpuppet/(.*/)?)?)?)?$", # for shared headers for qt quick designer plugins
|
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)
|
|
||||||
# files
|
# files
|
||||||
r"^HACKING$",
|
r"^HACKING$",
|
||||||
r"^LICENSE.*$",
|
r"^LICENSE.*$",
|
||||||
r"^README.md$",
|
r"^README.md$",
|
||||||
r"^.*\.pri$",
|
r"^scripts/.*$", # include everything under scripts/
|
||||||
r"^.*\.h$",
|
r"^doc/.*$", # include everything under doc/
|
||||||
|
r"^.*\.pri$", # .pri files in all directories that are looked into
|
||||||
|
r"^.*\.h$", # .h files in all directories that are looked into
|
||||||
]
|
]
|
||||||
|
|
||||||
build_include_patterns = [
|
build_include_patterns = [
|
||||||
|
Reference in New Issue
Block a user