diff options
author | Jorgen Lind <jorgen.lind@theqtcompany.com> | 2015-06-03 14:10:19 +0200 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@theqtcompany.com> | 2015-06-05 07:48:17 +0000 |
commit | b3d09eceb83e9d34906144d98f3de727679df6f0 (patch) | |
tree | 94377fff629944d35743b7f230f1e4aa5bab48a7 /sync.profile | |
parent | bf0bdc5fbbb2b66d3ec41a600ef76e526c8ac278 (diff) | |
download | qtbase-b3d09eceb83e9d34906144d98f3de727679df6f0.tar.gz |
Move the function helper to its own file
Also make it a class so a forward header is generated by syncqt
Change-Id: Ibab6b925dc6e9dab1b617b9b4027a4144e4a3773
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index bf29ca6e26..1700d94fff 100644 --- a/sync.profile +++ b/sync.profile @@ -50,7 +50,7 @@ } ); -@qpa_headers = ( qr/^qplatform/, qr/^qwindowsystem/ ); +@qpa_headers = ( qr/^(?!qplatformheaderhelper)qplatform/, qr/^qwindowsystem/ ); my @angle_headers = ('egl.h', 'eglext.h', 'eglplatform.h', 'gl2.h', 'gl2ext.h', 'gl2platform.h', 'ShaderLang.h', 'khrplatform.h'); my @internal_zlib_headers = ( "crc32.h", "deflate.h", "gzguts.h", "inffast.h", "inffixed.h", "inflate.h", "inftrees.h", "trees.h", "zutil.h" ); my @zlib_headers = ( "zconf.h", "zlib.h" ); |