summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2013-04-19 12:02:01 +0200
committerSamuel Rødal <samuel.rodal@digia.com>2013-04-23 14:19:22 +0200
commit16edc0e215677e6c9cef3a93528a1c8963418074 (patch)
tree082e22073fa54d2cecd417b7a556dbe9df40cd32 /src
parent9c826458c7e41de5d29a4201959e51864cf2cb8d (diff)
downloadqtwayland-16edc0e215677e6c9cef3a93528a1c8963418074.tar.gz
Fixed build issue due to not finding "wayland-client.h".
We need to use pkg-config to add the proper include path to the CXXFLAGS. Change-Id: I51c388a3dd050514758997492c1fb1efb87b2837 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/wayland_common/wayland_common.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland_common/wayland_common.pro b/src/plugins/platforms/wayland_common/wayland_common.pro
index 64176d6e..a9e7e850 100644
--- a/src/plugins/platforms/wayland_common/wayland_common.pro
+++ b/src/plugins/platforms/wayland_common/wayland_common.pro
@@ -17,6 +17,10 @@ include (windowmanager_integration/windowmanager_integration.pri)
INCLUDEPATH += ../../../shared
+!contains(QT_CONFIG, no-pkg-config) {
+ PKGCONFIG += wayland-client wayland-cursor
+}
+
SOURCES += qwaylandintegration.cpp \
qwaylandnativeinterface.cpp \
qwaylandshmbackingstore.cpp \