From 20c7ab44c6821e3ecc10008e005b52b465ac78e4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 18 Nov 2015 17:19:46 +0100 Subject: rework include path construction in the module system the main objective was to fix the bootstrap modules in framework builds. bootstrapped modules which "borrow" headers from "proper" modules can specify this in a clean way now. a side effect of this is that the bootstrap-dbus module now has its own syncqt call. most includepath-related setup from qt_module_pris.prf was moved to qt_module_headers.prf. Change-Id: Ie0d8192cfac1a8cdae0ddd0bc0cd8c3092b1e85b Reviewed-by: Joerg Bornemann Reviewed-by: Oswald Buddenhagen --- src/angle/angle.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/angle/angle.pro') diff --git a/src/angle/angle.pro b/src/angle/angle.pro index c454fee8f9..8fae66dfb9 100644 --- a/src/angle/angle.pro +++ b/src/angle/angle.pro @@ -6,5 +6,6 @@ SUBDIRS += src # 2) If we made a 'QtANGLE' module, the include directory would be flattened which won't work since # we need to support "#include " CONFIG += minimal_syncqt -QMAKE_SYNCQT_OPTIONS = -module QtANGLE/KHR -module QtANGLE/EGL -module QtANGLE/GLES2 -module QtANGLE/GLES3 -version none +MODULE_INCNAME = QtANGLE/KHR QtANGLE/EGL QtANGLE/GLES2 QtANGLE/GLES3 +VERSION = none load(qt_module_headers) -- cgit v1.2.3