summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/gl_integrations.pri
blob: 56bc126652378965c4f36f77e3a411b4329bc624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qxcbglintegration.h \
    $$PWD/qxcbglintegrationfactory.h \
    $$PWD/qxcbglintegrationplugin.h \
    $$PWD/qxcbnativeinterfacehandler.h

SOURCES += \
    $$PWD/qxcbglintegrationfactory.cpp \
    $$PWD/qxcbglintegration.cpp \
    $$PWD/qxcbnativeinterfacehandler.cpp