From f0e852e545789d4d52149ece368fa388c558a43f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B8rgen=20Lind?= <jorgen.lind@theqtcompany.com>
Date: Wed, 20 May 2015 14:20:32 +0200
Subject: [PATCH] Fix that we pick up the generated headers in source packages

Change-Id: If5ae8749ccbddfc878ae4e0adaa40f072527d425
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
---
 src/client/client.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/client/client.pro b/src/client/client.pro
index 00e9cd04a..0c13a4a9b 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -8,6 +8,8 @@ MODULE_PLUGIN_TYPES = \
             wayland-inputdevice-integration \
             wayland-decoration-client
 
+CONFIG += generated_privates
+
 load(qt_module)
 
 # We have a bunch of C code with casts, so we can't have this option
-- 
GitLab