summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/glxconvenience/glxconvenience.pri
blob: 3632f45b549da0ce7719c6c7c40ffa2a6e2b6b7c (plain)
1
2
3
4
5
6
7
contains(QT_CONFIG,xlib):contains(QT_CONFIG,xrender) {
    contains(QT_CONFIG,opengl):!contains(QT_CONFIG,opengles2) {
        LIBS += $$QMAKE_LIBS_X11 -lXrender
        HEADERS += $$PWD/qglxconvenience_p.h
        SOURCES += $$PWD/qglxconvenience.cpp
    }
}