summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-05-20 14:20:32 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-05-29 13:16:15 +0000
commitf0e852e545789d4d52149ece368fa388c558a43f (patch)
tree35dacd1281f4f85ca719f012a5ed0de908fc160e
parent817c7e0c365e9b0e2b9d4f3ed06dd192a57bd6af (diff)
Fix that we pick up the generated headers in source packages
Change-Id: If5ae8749ccbddfc878ae4e0adaa40f072527d425 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--src/client/client.pro2
1 files changed, 2 insertions, 0 deletions
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