summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/wayland/client/client.pro
blob: c2c5eccce384dc0690ba5f16dc001ea92172c66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = lib
TARGET = wayland-client

CONFIG -= qt
CONFIG += shared
CONFIG += use_pkgconfig

include(../shared.pri)

SOURCES = ../wayland-client.c \
          ../wayland-protocol.c \
          ../connection.c \
          ../wayland-util.c \
          ../wayland-hash.c

OBJECTS_DIR = .obj