Commit 25dce1ce authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

ignore /src/daemon


this is needed to make qtjsondb pass.

i *think* that this is specific enough to not skip anything which should
not be skipped ...

Change-Id: Id2ed89d940a427efd31a5220a2298d7d43cf9438
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
parent 5943f08e
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -206,6 +206,7 @@ void tst_Headers::macros()
|| header.contains("/src/tools/") || header.contains("/src/plugins/")
|| header.contains("/src/imports/")
|| header.contains("/src/uitools/")
|| header.contains("/src/daemon")
|| header.endsWith("/qiconset.h") || header.endsWith("/qfeatures.h")
|| header.endsWith("qt_windows.h")
// qtsvg.git files
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment