diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2016-07-13 11:00:54 +0200 |
---|---|---|
committer | Johan Helsing <johan.helsing@qt.io> | 2016-07-18 07:18:25 +0000 |
commit | ef3e687fe6b983fb0a5bf648f2d66f2eadd85b58 (patch) | |
tree | c681beff613e66d61b11b24dc6ce1f83f8a3c18e /src/client/client.pro | |
parent | dad7a6fafd27ee6331869c08adbe7cc071c16417 (diff) | |
download | qtwayland-ef3e687fe6b983fb0a5bf648f2d66f2eadd85b58.tar.gz |
Fix wrong path to qwaylandsharedmemoryformathelper_p.h
Change-Id: I711536ea8c7ec167e531afe61e716e0081d2aab6
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r-- | src/client/client.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.pro b/src/client/client.pro index f0142c9a..c8a8471b 100644 --- a/src/client/client.pro +++ b/src/client/client.pro @@ -110,7 +110,7 @@ HEADERS += qwaylandintegration_p.h \ ../shared/qwaylandinputmethodeventbuilder_p.h \ ../shared/qwaylandmimehelper_p.h \ ../shared/qwaylandxkb_p.h \ - ../shared/qwaylandshmformathelper_p.h + ../shared/qwaylandsharedmemoryformathelper_p.h include(hardwareintegration/hardwareintegration.pri) include(shellintegration/shellintegration.pri) |