summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@qt.io>2017-03-27 20:45:36 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-04-05 09:03:18 +0000
commit8a6b20eb0e98d781a1bec49c16409ca29eee0185 (patch)
tree8a1be576ffd676187f1ebebd2e4bf13cabd7be58 /sync.profile
parent5c2d177552e0a009c463d76bf9a99e805273c948 (diff)
Vulkan: Fix shadow builds
Change-Id: I6529c76109e2d668355524b9b0d65048a6d3df2e Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 8ef2a126b3..2f68f93e53 100644
--- a/sync.profile
+++ b/sync.profile
@@ -84,5 +84,5 @@ my @zlib_headers = ( "zconf.h", "zlib.h" );
@ignore_for_qt_begin_namespace_check = ( "qt_windows.h", @zlib_headers, @angle_headers);
%inject_headers = (
"$basedir/src/corelib/global" => [ "qconfig.h", "qconfig_p.h" ],
- "$basedir/src/gui/vulkan" => [ "^qvulkanfunctions.h" ]
+ "$basedir/src/gui/vulkan" => [ "^qvulkanfunctions.h", "^qvulkanfunctions_p.h" ]
);