From ded63fbb94088c3b0fbbf9d3b3a421b2b934ab50 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 10 Nov 2015 18:40:04 +0100 Subject: make a proper header-only module for QtZlib that way other modules can use the headers without hacks. this required making the base directory for paths in headers.pri configurable in syncqt. Change-Id: Id35cfe05bcf4c576d3f2d0d8d09590a5e23d21d3 Reviewed-by: Andy Nichols --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 1700d94fff..bba0ff2b2f 100644 --- a/sync.profile +++ b/sync.profile @@ -16,7 +16,7 @@ "QtANGLE/GLES2" => "!$basedir/src/3rdparty/angle/include/GLES2", "QtANGLE/GLES3" => "!$basedir/src/3rdparty/angle/include/GLES3", "QtANGLE/EGL" => "!$basedir/src/3rdparty/angle/include/EGL", - "QtZlib" => "!$basedir/src/3rdparty/zlib", + "QtZlib" => "!>$basedir/src/corelib;$basedir/src/3rdparty/zlib", "QtOpenGLExtensions" => "$basedir/src/openglextensions", ); %moduleheaders = ( # restrict the module headers to those found in relative path -- cgit v1.2.3