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

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