summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-03 00:08:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-03 00:08:38 (GMT)
commit398f97c90f52a8927ac1efe3d7e272da900d6be3 (patch)
tree7066f207073e2d35cb62b5d6743661269e3ae5c7
parentb0b19d286e10d307db4b9e477d4463eabc2b319d (diff)
downloadQt-398f97c90f52a8927ac1efe3d7e272da900d6be3.zip
Qt-398f97c90f52a8927ac1efe3d7e272da900d6be3.tar.gz
Qt-398f97c90f52a8927ac1efe3d7e272da900d6be3.tar.bz2
/src/imports/ now also contains plugins, so treat the same.
-rw-r--r--tests/auto/headers/tst_headers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp
index 3745767..12c5843 100644
--- a/tests/auto/headers/tst_headers.cpp
+++ b/tests/auto/headers/tst_headers.cpp
@@ -271,6 +271,7 @@ void tst_Headers::macros()
if (header.endsWith("_p.h") || header.endsWith("_pch.h")
|| header.contains("global/qconfig-") || header.endsWith("/qconfig.h")
|| header.contains("/src/tools/") || header.contains("/src/plugins/")
+ || header.contains("/src/imports/")
|| header.endsWith("/qiconset.h") || header.endsWith("/qfeatures.h")
|| header.endsWith("qt_windows.h"))
return;