summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/opengl.pri
blob: 4c778b184e244a101054fe8c39d93c485657cdb0 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# 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/qopenglframebufferobject.h  \
               opengl/qopenglframebufferobject_p.h  \
               opengl/qopenglpaintdevice.h \
               opengl/qopenglpaintdevice_p.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/qopengltextureglyphcache_p.h \
               opengl/qopenglshadercache_p.h \
               opengl/qopenglversionfunctions.h \
               opengl/qopenglversionfunctionsfactory_p.h \
               opengl/qopenglvertexarrayobject.h \
               opengl/qopengldebug.h \
               opengl/qopengltextureblitter.h \
               opengl/qopengltexture.h \
               opengl/qopengltexture_p.h \
               opengl/qopengltexturehelper_p.h \
               opengl/qopenglpixeltransferoptions.h \
               opengl/qopenglextrafunctions.h \
               opengl/qopenglprogrambinarycache_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/qopengltextureglyphcache.cpp \
               opengl/qopenglversionfunctions.cpp \
               opengl/qopenglversionfunctionsfactory.cpp \
               opengl/qopenglvertexarrayobject.cpp \
               opengl/qopengldebug.cpp \
               opengl/qopengltextureblitter.cpp \
               opengl/qopengltexture.cpp \
               opengl/qopengltexturehelper.cpp \
               opengl/qopenglpixeltransferoptions.cpp \
               opengl/qopenglprogrambinarycache.cpp

    !qtConfig(opengles2) {
        HEADERS += opengl/qopenglfunctions_1_0.h \
                   opengl/qopenglfunctions_1_1.h \
                   opengl/qopenglfunctions_1_2.h \
                   opengl/qopenglfunctions_1_3.h \
                   opengl/qopenglfunctions_1_4.h \
                   opengl/qopenglfunctions_1_5.h \
                   opengl/qopenglfunctions_2_0.h \
                   opengl/qopenglfunctions_2_1.h \
                   opengl/qopenglfunctions_3_0.h \
                   opengl/qopenglfunctions_3_1.h \
                   opengl/qopenglfunctions_3_2_core.h \
                   opengl/qopenglfunctions_3_3_core.h \
                   opengl/qopenglfunctions_4_0_core.h \
                   opengl/qopenglfunctions_4_1_core.h \
                   opengl/qopenglfunctions_4_2_core.h \
                   opengl/qopenglfunctions_4_3_core.h \
                   opengl/qopenglfunctions_4_4_core.h \
                   opengl/qopenglfunctions_4_5_core.h \
                   opengl/qopenglfunctions_3_2_compatibility.h \
                   opengl/qopenglfunctions_3_3_compatibility.h \
                   opengl/qopenglfunctions_4_0_compatibility.h \
                   opengl/qopenglfunctions_4_1_compatibility.h \
                   opengl/qopenglfunctions_4_2_compatibility.h \
                   opengl/qopenglfunctions_4_3_compatibility.h \
                   opengl/qopenglfunctions_4_4_compatibility.h \
                   opengl/qopenglfunctions_4_5_compatibility.h \
                   opengl/qopenglqueryhelper_p.h \
                   opengl/qopengltimerquery.h

        SOURCES += opengl/qopenglfunctions_1_0.cpp \
                   opengl/qopenglfunctions_1_1.cpp \
                   opengl/qopenglfunctions_1_2.cpp \
                   opengl/qopenglfunctions_1_3.cpp \
                   opengl/qopenglfunctions_1_4.cpp \
                   opengl/qopenglfunctions_1_5.cpp \
                   opengl/qopenglfunctions_2_0.cpp \
                   opengl/qopenglfunctions_2_1.cpp \
                   opengl/qopenglfunctions_3_0.cpp \
                   opengl/qopenglfunctions_3_1.cpp \
                   opengl/qopenglfunctions_3_2_core.cpp \
                   opengl/qopenglfunctions_3_3_core.cpp \
                   opengl/qopenglfunctions_4_0_core.cpp \
                   opengl/qopenglfunctions_4_1_core.cpp \
                   opengl/qopenglfunctions_4_2_core.cpp \
                   opengl/qopenglfunctions_4_3_core.cpp \
                   opengl/qopenglfunctions_4_4_core.cpp \
                   opengl/qopenglfunctions_4_5_core.cpp \
                   opengl/qopenglfunctions_3_2_compatibility.cpp \
                   opengl/qopenglfunctions_3_3_compatibility.cpp \
                   opengl/qopenglfunctions_4_0_compatibility.cpp \
                   opengl/qopenglfunctions_4_1_compatibility.cpp \
                   opengl/qopenglfunctions_4_2_compatibility.cpp \
                   opengl/qopenglfunctions_4_3_compatibility.cpp \
                   opengl/qopenglfunctions_4_4_compatibility.cpp \
                   opengl/qopenglfunctions_4_5_compatibility.cpp \
                   opengl/qopengltimerquery.cpp
    }

    qtConfig(opengles2) {
        HEADERS += opengl/qopenglfunctions_es2.h

        SOURCES += opengl/qopenglfunctions_es2.cpp
    }
}