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.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/3rdparty/wayland/client/client.pro b/src/3rdparty/wayland/client/client.pro
new file mode 100644
index 000000000..ebf24b4ee
--- /dev/null
+++ b/src/3rdparty/wayland/client/client.pro
@@ -0,0 +1,19 @@
+TEMPLATE = lib
+TARGET = wayland-client
+DESTDIR=$$PWD/../../../../lib/
+
+CONFIG -= qt
+CONFIG += shared
+
+INCLUDEPATH += $$PWD/.. \
+ $$PWD/../../ffi
+
+LIBS += -L $$PWD/../../../../lib/ -lffi
+
+SOURCES = ../wayland-client.c \
+ ../wayland-protocol.c \
+ ../connection.c \
+ ../wayland-util.c \
+ ../wayland-hash.c
+
+OBJECTS_DIR = .obj