summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/xcb.pro
blob: cbbda0dc508de32acf0d38722fdc9eb1b25395d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = xcb

include(../../qpluginbase.pri)
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms

SOURCES = \
        main.cpp \
        qxcbintegration.cpp \
        qxcbconnection.cpp \
        qxcbscreen.cpp \
        qxcbwindow.cpp \
        qxcbwindowsurface.cpp

HEADERS = \
        qxcbintegration.h \
        qxcbconnection.h \
        qxcbscreen.h \
        qxcbwindow.h \
        qxcbwindowsurface.h

LIBS += -lxcb

include (../fontdatabases/genericunix/genericunix.pri)

target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target