Qmake directives to help using Templight to analyse our template usage.

This commit is contained in:
Mathew Sutcliffe
2017-02-20 21:03:03 +00:00
parent c268581954
commit db692461ef
5 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
#
# Identifiers matching the regular expressions below
# will be omitted from templight traces.
#
# standard library templates
identifier ^std(::|$)
# standard library implementation templates
identifier __
identifier ^_[A-Z]
# assume templates starting with 'Q' are Qt templates
identifier ^[qQ]