diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2019-09-13 12:52:15 +0200 |
---|---|---|
committer | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2019-09-17 13:36:17 +0200 |
commit | 7e658cf26dc6e85dbe4a4216f7294dbb3a928dcc (patch) | |
tree | 82bb8e80251a8bb79fef90a73cd6f119a0a2a874 /sync.profile | |
parent | 4af6af6f0f4e7f236f521d810ceb722d7ee61562 (diff) | |
download | qtwayland-7e658cf26dc6e85dbe4a4216f7294dbb3a928dcc.tar.gz |
Don't try to inject non-existent generated headers for xdg-shell v5
We use a hand edited version for xdg-shell-v5, which is added through
src/plugins/shellintegration/xdg-shell-v5/pregenerated/xdg-shell-v5.pri so we
shouldn't need to add it through sync.profile.
Fixes: QTBUG-78210
Change-Id: Ida60f98c950b74132bd526cf44a4bf667cdce730
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile index ab127edb..087bfcf5 100644 --- a/sync.profile +++ b/sync.profile @@ -44,10 +44,6 @@ "^wayland-xdg-shell-client-protocol.h", "^wayland-xdg-decoration-unstable-v1-client-protocol.h", ], - "$basedir/src/plugins/shellintegration/xdg-shell-v5" => [ - "^qwayland-xdg-shell-unstable-v5.h", - "^wayland-xdg-shell-unstable-v5-client-protocol.h", - ], "$basedir/src/plugins/shellintegration/xdg-shell-v6" => [ "^qwayland-xdg-shell-unstable-v6.h", "^wayland-xdg-shell-unstable-v6-client-protocol.h", |