diff options
author | Jørgen Lind <jorgen.lind@theqtcompany.com> | 2015-05-20 14:20:32 +0200 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@theqtcompany.com> | 2015-05-29 13:16:15 +0000 |
commit | f0e852e545789d4d52149ece368fa388c558a43f (patch) | |
tree | 35dacd1281f4f85ca719f012a5ed0de908fc160e /src | |
parent | 817c7e0c365e9b0e2b9d4f3ed06dd192a57bd6af (diff) | |
download | qtwayland-f0e852e545789d4d52149ece368fa388c558a43f.tar.gz qtwayland-f0e852e545789d4d52149ece368fa388c558a43f.tar.bz2 qtwayland-f0e852e545789d4d52149ece368fa388c558a43f.zip |
Fix that we pick up the generated headers in source packages
Change-Id: If5ae8749ccbddfc878ae4e0adaa40f072527d425
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.pro b/src/client/client.pro index 00e9cd04..0c13a4a9 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 |