From 8d6b106a8c842c825644d5d0b564d18b71e468ab Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Wed, 4 Jun 2014 10:21:06 +0200 Subject: [PATCH] Disable headers precompilation qtbase's cb09e1e enables precompiled headers by default. Unfortunately qmake tries to precompile them as C headers as a dependency of the .c protocol files we have, failing the build. Quick and easy solution: disable them alltogether. Change-Id: I96a4f4fd1fe0d3a83bb990408f1f3994650d96c5 Reviewed-by: Shawn Rutledge Reviewed-by: Thiago Macieira --- src/plugins/platforms/wayland/client.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/platforms/wayland/client.pro b/src/plugins/platforms/wayland/client.pro index 10cbd31a8e1..f70c5497306 100644 --- a/src/plugins/platforms/wayland/client.pro +++ b/src/plugins/platforms/wayland/client.pro @@ -7,6 +7,7 @@ MODULE_PLUGIN_TYPES = wayland-graphics-integration-client load(qt_module) +CONFIG -= precompile_header CONFIG += link_pkgconfig qpa/genericunixfontdatabase wayland-scanner !equals(QT_WAYLAND_GL_CONFIG, nogl) {