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

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

include(../shared.pri)

SOURCES = ../event-loop.c \
          ../wayland-server.c \
          ../wayland-protocol.c \
          ../connection.c \
          ../wayland-util.c \
          ../wayland-hash.c

OBJECTS_DIR = .obj