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