qt6-bb10/src/platformsupport/eglconvenience
Mårten Nordheim 2cf0ba1fba Use pre-compiled headers when building Qt with cmake
Some modules define their own manually-maintained lists, and we can rely
on the headers generated by each module to include in the pch as well
e.g. QtCore/QtCore.

There's also e.g. QtWidgetDepends for QtWidgets, but this only
works for modules, not for tools, examples or other applications.
For now we'll use the Qt<Module>/Qt<Module> headers for the
modules we depend on.

Building with PCH can be disabled with -DBUILD_WITH_PCH=NO, and it only
works for versions of CMake newer than 3.15.20190829.

Change-Id: Iae52bd69acfdfd58f4cd20d3cfa3c7f42775f732
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-09-11 08:25:54 +00:00
..
.prev_CMakeLists.txt Add support for private module .pri files 2019-06-05 14:39:11 +00:00
CMakeLists.txt Use pre-compiled headers when building Qt with cmake 2019-09-11 08:25:54 +00:00
eglconvenience.pro untangle the egl-x11 relationship in the build system 2018-12-07 23:49:15 +00:00
qeglconvenience.cpp QEglConfigChooser: Silence warning about fallthrough 2019-04-09 19:46:09 +00:00
qeglconvenience_p.h create modularized version of qtplatformsupport module 2016-10-15 18:45:33 +00:00
qeglpbuffer.cpp Fix QEGLPbuffer::isValid() with surfaceless contexts 2017-12-12 20:21:00 +00:00
qeglpbuffer_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qeglplatformcontext.cpp Merge remote-tracking branch 'origin/5.12' into 5.13 2019-04-16 09:34:50 +02:00
qeglplatformcontext_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qeglstreamconvenience.cpp Add the new NVIDIA specific calls to qeglstreamconvenience 2017-02-13 09:17:39 +00:00
qeglstreamconvenience_p.h Revert "eglfs: Add vsync support when using NVIDIA eglstreams" 2019-07-26 11:33:38 +02:00
qt_egl_p.h qmake: make CONFIG+=egl work again 2019-01-07 19:07:02 +00:00
qxlibeglintegration.cpp Fix launching with depth 30 XOrg 2018-10-14 20:41:49 +00:00
qxlibeglintegration_p.h Updated license headers 2016-01-15 12:25:24 +00:00