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