summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/opengl.pri
blob: 85fdb609cd005a05158512e36e63acbfd0304345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Qt gui library, opengl module

qtConfig(opengl): CONFIG += opengl
qtConfig(opengles2): CONFIG += opengles2

qtConfig(opengl) {
    HEADERS += opengl/qopengl.h \
               opengl/qopengl_p.h \
               opengl/qopenglfunctions.h \
               opengl/qopenglextensions_p.h \
               opengl/qopenglextrafunctions.h \
               opengl/qopenglprogrambinarycache_p.h

    SOURCES += opengl/qopengl.cpp \
               opengl/qopenglfunctions.cpp \
               opengl/qopenglprogrambinarycache.cpp
}