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