From 8a6b20eb0e98d781a1bec49c16409ca29eee0185 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Mon, 27 Mar 2017 20:45:36 +0200 Subject: Vulkan: Fix shadow builds Change-Id: I6529c76109e2d668355524b9b0d65048a6d3df2e Reviewed-by: Shawn Rutledge Reviewed-by: Laszlo Agocs --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') 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" ] ); -- cgit v1.2.3