summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-06-27 13:10:05 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-06-27 15:15:37 +0000
commit38b1e21e2f2db259d581c3d664e99cee07c9032c (patch)
tree5a49210e785123dceed4ed94f605455931dd8823
parent4c628bb1016371332c31f5393cf81fe785e47453 (diff)
Add missing wayland-scanner generated headers to sync.profile
Task-number: QTBUG-68773 Change-Id: I886726fa9fb14f87041cf1a3e8aaead70d4d9ae8 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
-rw-r--r--sync.profile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 92399f799..a2da7dbc4 100644
--- a/sync.profile
+++ b/sync.profile
@@ -29,6 +29,16 @@
"^qwayland-wayland.h",
"^qwayland-xdg-shell-unstable-v6.h",
"^qwayland-xdg-shell.h",
+ "^wayland-hardware-integration-client-protocol.h",
+ "^wayland-qt-windowmanager-client-protocol.h",
+ "^wayland-qtkey-extension-client-protocol.h",
+ "^wayland-server-buffer-extension-client-protocol.h",
+ "^wayland-surface-extension-client-protocol.h",
+ "^wayland-text-input-unstable-v2-client-protocol.h",
+ "^wayland-touch-extension-client-protocol.h",
+ "^wayland-wayland-client-protocol.h",
+ "^wayland-xdg-shell-client-protocol.h",
+ "^wayland-xdg-shell-unstable-v6-client-protocol.h",
],
"$basedir/src/compositor" => [
"^qwayland-server-wayland.h",
@@ -41,7 +51,16 @@
"^qwayland-server-touch-extension.h",
"^qwayland-server-xdg-shell-unstable-v6.h",
"^qwayland-server-xdg-shell.h",
+ "^wayland-hardware-integration-server-protocol.h",
+ "^wayland-ivi-application-server-protocol.h",
+ "^wayland-qt-windowmanager-server-protocol.h",
+ "^wayland-qtkey-extension-server-protocol.h",
+ "^wayland-server-buffer-extension-server-protocol.h",
+ "^wayland-text-input-unstable-v2-server-protocol.h",
+ "^wayland-touch-extension-server-protocol.h",
"^wayland-wayland-server-protocol.h",
+ "^wayland-xdg-shell-server-protocol.h",
+ "^wayland-xdg-shell-unstable-v6-server-protocol.h",
],
);
@private_headers = ( qr/^qwayland-.*\.h/, qr/^wayland-.*-protocol\.h/ );