summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-02-13 12:25:10 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-03-21 10:31:01 +0000
commit4db38197c2bac8bcee9d08a0e20ed2c8d127b8f2 (patch)
tree6c897b10b4de4114306b769e4838e84469dd516b /sync.profile
parent4a56d86ee43bd6be23f70ef2d29ba4b4ebb17029 (diff)
Testlib: Rename qtest_global.h to qttestglobal.h
This follows the naming convention for global headers and causes qttestglobal.h to be added to the top of the generated QtTest header. It is necessary to have it there when other headers depend on features defined in configure.json. [ChangeLog][QtTest] The qtest_global.h header is now deprecated. Include qttestglobal.h instead. Change-Id: Iaed639d4e13dd99cee6387fce9d15d6e55b0b1e8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 6a50e31102..c674aab2f3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -73,6 +73,9 @@
},
"QtDBus" => {
"qdbusmacros.h" => "QtDbus/qtdbusglobal.h"
+ },
+ "QtTest" => {
+ "qtest_global.h" => "QtTest/qttestglobal.h"
}
);