summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/wayland/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/wayland/client/client.pro')
-rw-r--r--src/3rdparty/wayland/client/client.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/3rdparty/wayland/client/client.pro b/src/3rdparty/wayland/client/client.pro
index ebf24b4ee..71af897a5 100644
--- a/src/3rdparty/wayland/client/client.pro
+++ b/src/3rdparty/wayland/client/client.pro
@@ -4,11 +4,9 @@ DESTDIR=$$PWD/../../../../lib/
CONFIG -= qt
CONFIG += shared
+CONFIG += use_pkgconfig
-INCLUDEPATH += $$PWD/.. \
- $$PWD/../../ffi
-
-LIBS += -L $$PWD/../../../../lib/ -lffi
+include(../shared.pri)
SOURCES = ../wayland-client.c \
../wayland-protocol.c \