summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-buffer/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/server-buffer/client/client.pro')
-rw-r--r--examples/wayland/server-buffer/client/client.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/wayland/server-buffer/client/client.pro b/examples/wayland/server-buffer/client/client.pro
index ce4a04f91..6c2c92857 100644
--- a/examples/wayland/server-buffer/client/client.pro
+++ b/examples/wayland/server-buffer/client/client.pro
@@ -3,8 +3,13 @@ TARGET = client
INCLUDEPATH += .
QT += waylandclient-private
-CONFIG += link_pkgconfig
-PKGCONFIG += wayland-client
+
+contains(QT_CONFIG, no-pkg-config) {
+ LIBS += -lwayland-client
+} else {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += wayland-client
+}
CONFIG += wayland-scanner
WAYLANDCLIENTSOURCES += ../share-buffer.xml