| 1 | # Qt gui library, paint module
|
|---|
| 2 |
|
|---|
| 3 | HEADERS += \
|
|---|
| 4 | painting/qbezier_p.h \
|
|---|
| 5 | painting/qbrush.h \
|
|---|
| 6 | painting/qcolor.h \
|
|---|
| 7 | painting/qcolor_p.h \
|
|---|
| 8 | painting/qcolormap.h \
|
|---|
| 9 | painting/qdrawutil.h \
|
|---|
| 10 | painting/qemulationpaintengine_p.h \
|
|---|
| 11 | painting/qgraphicssystem_p.h \
|
|---|
| 12 | painting/qmatrix.h \
|
|---|
| 13 | painting/qmemrotate_p.h \
|
|---|
| 14 | painting/qoutlinemapper_p.h \
|
|---|
| 15 | painting/qpaintdevice.h \
|
|---|
| 16 | painting/qpaintengine.h \
|
|---|
| 17 | painting/qpaintengine_p.h \
|
|---|
| 18 | painting/qpaintengine_alpha_p.h \
|
|---|
| 19 | painting/qpaintengine_preview_p.h \
|
|---|
| 20 | painting/qpaintengineex_p.h \
|
|---|
| 21 | painting/qpainter.h \
|
|---|
| 22 | painting/qpainter_p.h \
|
|---|
| 23 | painting/qpainterpath.h \
|
|---|
| 24 | painting/qpainterpath_p.h \
|
|---|
| 25 | painting/qpathclipper_p.h \
|
|---|
| 26 | painting/qpdf_p.h \
|
|---|
| 27 | painting/qpen.h \
|
|---|
| 28 | painting/qpolygon.h \
|
|---|
| 29 | painting/qpolygonclipper_p.h \
|
|---|
| 30 | painting/qprintengine.h \
|
|---|
| 31 | painting/qprintengine_pdf_p.h \
|
|---|
| 32 | painting/qprintengine_ps_p.h \
|
|---|
| 33 | painting/qprinter.h \
|
|---|
| 34 | painting/qprinter_p.h \
|
|---|
| 35 | painting/qprinterinfo.h \
|
|---|
| 36 | painting/qrasterizer_p.h \
|
|---|
| 37 | painting/qregion.h \
|
|---|
| 38 | painting/qstroker_p.h \
|
|---|
| 39 | painting/qstylepainter.h \
|
|---|
| 40 | painting/qtessellator_p.h \
|
|---|
| 41 | painting/qtextureglyphcache_p.h \
|
|---|
| 42 | painting/qtransform.h \
|
|---|
| 43 | painting/qwindowsurface_p.h \
|
|---|
| 44 | painting/qwmatrix.h \
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 | SOURCES += \
|
|---|
| 48 | painting/qbezier.cpp \
|
|---|
| 49 | painting/qblendfunctions.cpp \
|
|---|
| 50 | painting/qbrush.cpp \
|
|---|
| 51 | painting/qcolor.cpp \
|
|---|
| 52 | painting/qcolor_p.cpp \
|
|---|
| 53 | painting/qcssutil.cpp \
|
|---|
| 54 | painting/qdrawutil.cpp \
|
|---|
| 55 | painting/qemulationpaintengine.cpp \
|
|---|
| 56 | painting/qgraphicssystem.cpp \
|
|---|
| 57 | painting/qmatrix.cpp \
|
|---|
| 58 | painting/qmemrotate.cpp \
|
|---|
| 59 | painting/qoutlinemapper.cpp \
|
|---|
| 60 | painting/qpaintengine.cpp \
|
|---|
| 61 | painting/qpaintengine_alpha.cpp \
|
|---|
| 62 | painting/qpaintengine_preview.cpp \
|
|---|
| 63 | painting/qpaintengineex.cpp \
|
|---|
| 64 | painting/qpainter.cpp \
|
|---|
| 65 | painting/qpainterpath.cpp \
|
|---|
| 66 | painting/qpathclipper.cpp \
|
|---|
| 67 | painting/qpdf.cpp \
|
|---|
| 68 | painting/qpen.cpp \
|
|---|
| 69 | painting/qpolygon.cpp \
|
|---|
| 70 | painting/qprintengine_pdf.cpp \
|
|---|
| 71 | painting/qprintengine_ps.cpp \
|
|---|
| 72 | painting/qprinter.cpp \
|
|---|
| 73 | painting/qrasterizer.cpp \
|
|---|
| 74 | painting/qregion.cpp \
|
|---|
| 75 | painting/qstroker.cpp \
|
|---|
| 76 | painting/qstylepainter.cpp \
|
|---|
| 77 | painting/qtessellator.cpp \
|
|---|
| 78 | painting/qwindowsurface.cpp \
|
|---|
| 79 | painting/qtextureglyphcache.cpp \
|
|---|
| 80 | painting/qtransform.cpp \
|
|---|
| 81 |
|
|---|
| 82 | DEFINES += QT_RASTER_IMAGEENGINE
|
|---|
| 83 | win32:DEFINES += QT_RASTER_PAINTENGINE
|
|---|
| 84 | embedded:DEFINES += QT_RASTER_PAINTENGINE
|
|---|
| 85 | SOURCES += \
|
|---|
| 86 | painting/qpaintengine_raster.cpp \
|
|---|
| 87 | painting/qdrawhelper.cpp \
|
|---|
| 88 | painting/qimagescale.cpp \
|
|---|
| 89 | painting/qgrayraster.c
|
|---|
| 90 |
|
|---|
| 91 | HEADERS += \
|
|---|
| 92 | painting/qpaintengine_raster_p.h \
|
|---|
| 93 | painting/qrasterdefs_p.h \
|
|---|
| 94 | painting/qgrayraster_p.h
|
|---|
| 95 |
|
|---|
| 96 | win32 {
|
|---|
| 97 | HEADERS += painting/qprintengine_win_p.h
|
|---|
| 98 |
|
|---|
| 99 | SOURCES += \
|
|---|
| 100 | painting/qcolormap_win.cpp \
|
|---|
| 101 | painting/qpaintdevice_win.cpp \
|
|---|
| 102 | painting/qprintengine_win.cpp \
|
|---|
| 103 | painting/qprinterinfo_win.cpp \
|
|---|
| 104 | painting/qregion_win.cpp
|
|---|
| 105 | !win32-borland:!wince*:LIBS += -lmsimg32
|
|---|
| 106 | contains(QT_CONFIG, direct3d) {
|
|---|
| 107 | HEADERS += painting/qpaintengine_d3d_p.h
|
|---|
| 108 | SOURCES += painting/qpaintengine_d3d.cpp
|
|---|
| 109 | RESOURCES += painting/qpaintengine_d3d.qrc
|
|---|
| 110 | LIBS += -ldxguid
|
|---|
| 111 | }
|
|---|
| 112 | }
|
|---|
| 113 |
|
|---|
| 114 | os2 {
|
|---|
| 115 | SOURCES += \
|
|---|
| 116 | painting/qcolormap_pm.cpp \
|
|---|
| 117 | painting/qpaintdevice_pm.cpp \
|
|---|
| 118 | painting/qregion_pm.cpp
|
|---|
| 119 | }
|
|---|
| 120 |
|
|---|
| 121 | embedded {
|
|---|
| 122 | HEADERS += \
|
|---|
| 123 | painting/qgraphicssystem_qws_p.h \
|
|---|
| 124 |
|
|---|
| 125 | SOURCES += \
|
|---|
| 126 | painting/qgraphicssystem_qws.cpp \
|
|---|
| 127 |
|
|---|
| 128 | } else {
|
|---|
| 129 | HEADERS += \
|
|---|
| 130 | painting/qgraphicssystem_raster_p.h \
|
|---|
| 131 | painting/qgraphicssystemfactory_p.h \
|
|---|
| 132 | painting/qgraphicssystemplugin_p.h \
|
|---|
| 133 | painting/qwindowsurface_raster_p.h \
|
|---|
| 134 |
|
|---|
| 135 | SOURCES += \
|
|---|
| 136 | painting/qgraphicssystem_raster.cpp \
|
|---|
| 137 | painting/qgraphicssystemfactory.cpp \
|
|---|
| 138 | painting/qgraphicssystemplugin.cpp \
|
|---|
| 139 | painting/qwindowsurface_raster.cpp \
|
|---|
| 140 | }
|
|---|
| 141 |
|
|---|
| 142 | wince* {
|
|---|
| 143 | SOURCES -= painting/qregion_win.cpp
|
|---|
| 144 | }
|
|---|
| 145 |
|
|---|
| 146 | unix:x11 {
|
|---|
| 147 | HEADERS += \
|
|---|
| 148 | painting/qpaintengine_x11_p.h
|
|---|
| 149 |
|
|---|
| 150 | SOURCES += \
|
|---|
| 151 | painting/qcolormap_x11.cpp \
|
|---|
| 152 | painting/qpaintdevice_x11.cpp \
|
|---|
| 153 | painting/qpaintengine_x11.cpp
|
|---|
| 154 | }
|
|---|
| 155 |
|
|---|
| 156 | !embedded:!x11:mac {
|
|---|
| 157 | HEADERS += \
|
|---|
| 158 | painting/qpaintengine_mac_p.h \
|
|---|
| 159 | painting/qgraphicssystem_mac_p.h \
|
|---|
| 160 | painting/qprintengine_mac_p.h
|
|---|
| 161 |
|
|---|
| 162 | SOURCES += \
|
|---|
| 163 | painting/qcolormap_mac.cpp \
|
|---|
| 164 | painting/qpaintdevice_mac.cpp \
|
|---|
| 165 | painting/qpaintengine_mac.cpp \
|
|---|
| 166 | painting/qgraphicssystem_mac.cpp \
|
|---|
| 167 | painting/qprinterinfo_mac.cpp
|
|---|
| 168 | OBJECTIVE_SOURCES += \
|
|---|
| 169 | painting/qprintengine_mac.mm \
|
|---|
| 170 | }
|
|---|
| 171 |
|
|---|
| 172 | unix:!mac {
|
|---|
| 173 | HEADERS += \
|
|---|
| 174 | painting/qprinterinfo_unix_p.h
|
|---|
| 175 | SOURCES += \
|
|---|
| 176 | painting/qprinterinfo_unix.cpp
|
|---|
| 177 | }
|
|---|
| 178 |
|
|---|
| 179 | win32|os2|x11|mac|embedded {
|
|---|
| 180 | SOURCES += painting/qbackingstore.cpp
|
|---|
| 181 | HEADERS += painting/qbackingstore_p.h
|
|---|
| 182 | }
|
|---|
| 183 |
|
|---|
| 184 | embedded {
|
|---|
| 185 | contains(QT_CONFIG,qtopia) {
|
|---|
| 186 | DEFINES += QTOPIA_PRINTENGINE
|
|---|
| 187 | HEADERS += painting/qprintengine_qws_p.h
|
|---|
| 188 | SOURCES += painting/qprintengine_qws.cpp
|
|---|
| 189 | }
|
|---|
| 190 |
|
|---|
| 191 | SOURCES += \
|
|---|
| 192 | painting/qcolormap_qws.cpp \
|
|---|
| 193 | painting/qpaintdevice_qws.cpp
|
|---|
| 194 | }
|
|---|
| 195 |
|
|---|
| 196 | x11|embedded {
|
|---|
| 197 | contains(QT_CONFIG,qtopia) {
|
|---|
| 198 | DEFINES += QT_NO_CUPS QT_NO_LPR
|
|---|
| 199 | } else {
|
|---|
| 200 | SOURCES += painting/qcups.cpp
|
|---|
| 201 | HEADERS += painting/qcups_p.h
|
|---|
| 202 | }
|
|---|
| 203 | } else {
|
|---|
| 204 | DEFINES += QT_NO_CUPS QT_NO_LPR
|
|---|
| 205 | }
|
|---|
| 206 |
|
|---|
| 207 | contains(QMAKE_MAC_XARCH, no) {
|
|---|
| 208 | DEFINES += QT_NO_MAC_XARCH
|
|---|
| 209 | } else:if(mmx|3dnow|sse|sse2|iwmmxt) {
|
|---|
| 210 | HEADERS += painting/qdrawhelper_x86_p.h \
|
|---|
| 211 | painting/qdrawhelper_mmx_p.h \
|
|---|
| 212 | painting/qdrawhelper_sse_p.h
|
|---|
| 213 | mmx {
|
|---|
| 214 | DEFINES += QT_HAVE_MMX
|
|---|
| 215 | MMX_SOURCES += painting/qdrawhelper_mmx.cpp
|
|---|
| 216 | }
|
|---|
| 217 | 3dnow {
|
|---|
| 218 | DEFINES += QT_HAVE_3DNOW
|
|---|
| 219 | MMX3DNOW_SOURCES += painting/qdrawhelper_mmx3dnow.cpp
|
|---|
| 220 | sse {
|
|---|
| 221 | SSE3DNOW_SOURCES += painting/qdrawhelper_sse3dnow.cpp
|
|---|
| 222 | }
|
|---|
| 223 | }
|
|---|
| 224 | sse {
|
|---|
| 225 | DEFINES += QT_HAVE_SSE
|
|---|
| 226 | SSE_SOURCES += painting/qdrawhelper_sse.cpp
|
|---|
| 227 |
|
|---|
| 228 | DEFINES += QT_HAVE_MMXEXT
|
|---|
| 229 | }
|
|---|
| 230 | sse2 {
|
|---|
| 231 | DEFINES += QT_HAVE_SSE2
|
|---|
| 232 | SSE2_SOURCES += painting/qdrawhelper_sse2.cpp
|
|---|
| 233 | }
|
|---|
| 234 | iwmmxt {
|
|---|
| 235 | DEFINES += QT_HAVE_IWMMXT
|
|---|
| 236 | IWMMXT_SOURCES += painting/qdrawhelper_iwmmxt.cpp
|
|---|
| 237 | }
|
|---|
| 238 |
|
|---|
| 239 | win32-g++|!win32:!*-icc* {
|
|---|
| 240 | mmx {
|
|---|
| 241 | mmx_compiler.commands = $$QMAKE_CXX -c -Winline
|
|---|
| 242 |
|
|---|
| 243 | mac {
|
|---|
| 244 | mmx_compiler.commands += -Xarch_i386 -mmmx
|
|---|
| 245 | mmx_compiler.commands += -Xarch_x86_64 -mmmx
|
|---|
| 246 | } else {
|
|---|
| 247 | mmx_compiler.commands += -mmmx
|
|---|
| 248 | }
|
|---|
| 249 |
|
|---|
| 250 | mmx_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
|
|---|
| 251 | mmx_compiler.dependency_type = TYPE_C
|
|---|
| 252 | mmx_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
|
|---|
| 253 | mmx_compiler.input = MMX_SOURCES
|
|---|
| 254 | mmx_compiler.variable_out = OBJECTS
|
|---|
| 255 | mmx_compiler.name = compiling[mmx] ${QMAKE_FILE_IN}
|
|---|
| 256 | silent:mmx_compiler.commands = @echo compiling[mmx] ${QMAKE_FILE_IN} && $$mmx_compiler.commands
|
|---|
| 257 | QMAKE_EXTRA_COMPILERS += mmx_compiler
|
|---|
| 258 | }
|
|---|
| 259 | 3dnow {
|
|---|
| 260 | mmx3dnow_compiler.commands = $$QMAKE_CXX -c -Winline
|
|---|
| 261 |
|
|---|
| 262 | mac {
|
|---|
| 263 | mmx3dnow_compiler.commands += -Xarch_i386 -m3dnow -Xarch_i386 -mmmx
|
|---|
| 264 | mmx3dnow_compiler.commands += -Xarch_x86_64 -m3dnow -Xarch_x86_64 -mmmx
|
|---|
| 265 | } else {
|
|---|
| 266 | mmx3dnow_compiler.commands += -m3dnow -mmmx
|
|---|
| 267 | }
|
|---|
| 268 |
|
|---|
| 269 | mmx3dnow_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
|
|---|
| 270 | mmx3dnow_compiler.dependency_type = TYPE_C
|
|---|
| 271 | mmx3dnow_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
|
|---|
| 272 | mmx3dnow_compiler.input = MMX3DNOW_SOURCES
|
|---|
| 273 | mmx3dnow_compiler.variable_out = OBJECTS
|
|---|
| 274 | mmx3dnow_compiler.name = compiling[mmx3dnow] ${QMAKE_FILE_IN}
|
|---|
| 275 | silent:mmx3dnow_compiler.commands = @echo compiling[mmx3dnow] ${QMAKE_FILE_IN} && $$mmx3dnow_compiler.commands
|
|---|
| 276 | QMAKE_EXTRA_COMPILERS += mmx3dnow_compiler
|
|---|
| 277 | sse {
|
|---|
| 278 | sse3dnow_compiler.commands = $$QMAKE_CXX -c -Winline
|
|---|
| 279 |
|
|---|
| 280 | mac {
|
|---|
| 281 | sse3dnow_compiler.commands += -Xarch_i386 -m3dnow -Xarch_i386 -msse
|
|---|
| 282 | sse3dnow_compiler.commands += -Xarch_x86_64 -m3dnow -Xarch_x86_64 -msse
|
|---|
| 283 | } else {
|
|---|
| 284 | sse3dnow_compiler.commands += -m3dnow -msse
|
|---|
| 285 | }
|
|---|
| 286 |
|
|---|
| 287 | sse3dnow_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
|
|---|
| 288 | sse3dnow_compiler.dependency_type = TYPE_C
|
|---|
| 289 | sse3dnow_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
|
|---|
| 290 | sse3dnow_compiler.input = SSE3DNOW_SOURCES
|
|---|
| 291 | sse3dnow_compiler.variable_out = OBJECTS
|
|---|
| 292 | sse3dnow_compiler.name = compiling[sse3dnow] ${QMAKE_FILE_IN}
|
|---|
| 293 | silent:sse3dnow_compiler.commands = @echo compiling[sse3dnow] ${QMAKE_FILE_IN} && $$sse3dnow_compiler.commands
|
|---|
| 294 | QMAKE_EXTRA_COMPILERS += sse3dnow_compiler
|
|---|
| 295 | }
|
|---|
| 296 | }
|
|---|
| 297 | sse {
|
|---|
| 298 | sse_compiler.commands = $$QMAKE_CXX -c -Winline
|
|---|
| 299 |
|
|---|
| 300 | mac {
|
|---|
| 301 | sse_compiler.commands += -Xarch_i386 -msse
|
|---|
| 302 | sse_compiler.commands += -Xarch_x86_64 -msse
|
|---|
| 303 | } else {
|
|---|
| 304 | sse_compiler.commands += -msse
|
|---|
| 305 | }
|
|---|
| 306 |
|
|---|
| 307 | sse_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
|
|---|
| 308 | sse_compiler.dependency_type = TYPE_C
|
|---|
| 309 | sse_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
|
|---|
| 310 | sse_compiler.input = SSE_SOURCES
|
|---|
| 311 | sse_compiler.variable_out = OBJECTS
|
|---|
| 312 | sse_compiler.name = compiling[sse] ${QMAKE_FILE_IN}
|
|---|
| 313 | silent:sse_compiler.commands = @echo compiling[sse] ${QMAKE_FILE_IN} && $$sse_compiler.commands
|
|---|
| 314 | QMAKE_EXTRA_COMPILERS += sse_compiler
|
|---|
| 315 | }
|
|---|
| 316 | sse2 {
|
|---|
| 317 | sse2_compiler.commands = $$QMAKE_CXX -c -Winline
|
|---|
| 318 |
|
|---|
| 319 | mac {
|
|---|
| 320 | sse2_compiler.commands += -Xarch_i386 -msse2
|
|---|
| 321 | sse2_compiler.commands += -Xarch_x86_64 -msse2
|
|---|
| 322 | } else {
|
|---|
| 323 | sse2_compiler.commands += -msse2
|
|---|
| 324 | }
|
|---|
| 325 |
|
|---|
| 326 | sse2_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
|
|---|
| 327 | sse2_compiler.dependency_type = TYPE_C
|
|---|
| 328 | sse2_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
|
|---|
| 329 | sse2_compiler.input = SSE2_SOURCES
|
|---|
| 330 | sse2_compiler.variable_out = OBJECTS
|
|---|
| 331 | sse2_compiler.name = compiling[sse2] ${QMAKE_FILE_IN}
|
|---|
| 332 | silent:sse2_compiler.commands = @echo compiling[sse2] ${QMAKE_FILE_IN} && $$sse2_compiler.commands
|
|---|
| 333 | QMAKE_EXTRA_COMPILERS += sse2_compiler
|
|---|
| 334 | }
|
|---|
| 335 | iwmmxt {
|
|---|
| 336 | iwmmxt_compiler.commands = $$QMAKE_CXX -c -Winline
|
|---|
| 337 | iwmmxt_compiler.commands += -mcpu=iwmmxt
|
|---|
| 338 | iwmmxt_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
|
|---|
| 339 | iwmmxt_compiler.dependency_type = TYPE_C
|
|---|
| 340 | iwmmxt_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
|
|---|
| 341 | iwmmxt_compiler.input = IWMMXT_SOURCES
|
|---|
| 342 | iwmmxt_compiler.variable_out = OBJECTS
|
|---|
| 343 | iwmmxt_compiler.name = compiling[iwmmxt] ${QMAKE_FILE_IN}
|
|---|
| 344 | silent:iwmmxt_compiler.commands = @echo compiling[iwmmxt] ${QMAKE_FILE_IN} && $$iwmmxt_compiler.commands
|
|---|
| 345 | QMAKE_EXTRA_COMPILERS += iwmmxt_compiler
|
|---|
| 346 | }
|
|---|
| 347 | } else {
|
|---|
| 348 | mmx: SOURCES += $$MMX_SOURCES
|
|---|
| 349 | 3dnow: SOURCES += $$MMX3DNOW_SOURCES
|
|---|
| 350 | 3dnow:sse: SOURCES += $$SSE3DNOW_SOURCES
|
|---|
| 351 | sse: SOURCES += $$SSE_SOURCES
|
|---|
| 352 | sse2: SOURCES += $$SSE2_SOURCES
|
|---|
| 353 | iwmmxt: SOURCES += $$IWMMXT_SOURCES
|
|---|
| 354 | }
|
|---|
| 355 | }
|
|---|
| 356 |
|
|---|
| 357 | x11 {
|
|---|
| 358 | HEADERS += painting/qwindowsurface_x11_p.h
|
|---|
| 359 | SOURCES += painting/qwindowsurface_x11.cpp
|
|---|
| 360 | }
|
|---|
| 361 |
|
|---|
| 362 | mac {
|
|---|
| 363 | HEADERS += painting/qwindowsurface_mac_p.h
|
|---|
| 364 | SOURCES += painting/qwindowsurface_mac.cpp
|
|---|
| 365 | }
|
|---|
| 366 |
|
|---|
| 367 | embedded {
|
|---|
| 368 | HEADERS += painting/qwindowsurface_qws_p.h
|
|---|
| 369 | SOURCES += painting/qwindowsurface_qws.cpp
|
|---|
| 370 | }
|
|---|
| 371 |
|
|---|
| 372 | win32:contains(QT_CONFIG, direct3d) {
|
|---|
| 373 | HEADERS += painting/qwindowsurface_d3d_p.h
|
|---|
| 374 | SOURCES += painting/qwindowsurface_d3d.cpp
|
|---|
| 375 | }
|
|---|
| 376 |
|
|---|