summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/opengl.pri
blob: 3c5ab932ba81432e9e5b606f0f49c4475030ac6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Qt gui library, opengl module

contains(QT_CONFIG, opengl):CONFIG += opengl
contains(QT_CONFIG, opengles2):CONFIG += opengles2
contains(QT_CONFIG, egl):CONFIG += egl

HEADERS += opengl/qopengl.h \
           opengl/qopengl_p.h \
           opengl/qopenglfunctions.h \
           opengl/qopenglframebufferobject.h  \
           opengl/qopenglframebufferobject_p.h  \
           opengl/qopenglpaintdevice.h \
           opengl/qopenglbuffer.h \
           opengl/qopenglshaderprogram.h \
           opengl/qopenglextensions_p.h \
           opengl/qopenglgradientcache_p.h \
           opengl/qopengltexturecache_p.h \
           opengl/qopenglengineshadermanager_p.h \
           opengl/qopengl2pexvertexarray_p.h \
           opengl/qopenglpaintengine_p.h \
           opengl/qopenglengineshadersource_p.h \
           opengl/qopenglcustomshaderstage_p.h \
           opengl/qopengltriangulatingstroker_p.h \
           opengl/qopengltextureglyphcache_p.h \
           opengl/qopenglshadercache_p.h \
           opengl/qopenglshadercache_meego_p.h \
           opengl/qtriangulator_p.h \
           opengl/qrbtree_p.h

SOURCES += opengl/qopengl.cpp \
           opengl/qopenglfunctions.cpp \
           opengl/qopenglframebufferobject.cpp \
           opengl/qopenglpaintdevice.cpp \
           opengl/qopenglbuffer.cpp \
           opengl/qopenglshaderprogram.cpp \
           opengl/qopenglgradientcache.cpp \
           opengl/qopengltexturecache.cpp \
           opengl/qopenglengineshadermanager.cpp \
           opengl/qopengl2pexvertexarray.cpp \
           opengl/qopenglpaintengine.cpp \
           opengl/qopenglcustomshaderstage.cpp \
           opengl/qopengltriangulatingstroker.cpp \
           opengl/qopengltextureglyphcache.cpp \
           opengl/qtriangulator.cpp

#INCLUDEPATH += ../3rdparty/harfbuzz/src