Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdenv: always pass --build, --host to configure #87909

Draft
wants to merge 5 commits into
base: staging
Choose a base branch
from

Conversation

Gaelan
Copy link
Contributor

@Gaelan Gaelan commented May 15, 2020

Motivation for this change

See #21471 for why this is a good idea. The consensus there seemed to be "go for it," so here's me going for it. This is too big to reasonably test on my laptop, but I imagine this will break some stuff, so it might want to be its own hydra job? I'm not sure how one makes that happen. @edolstra, maybe?

This PR sets configurePlatforms to always default to [ "build" "host" ] in mkDerivation, which was probably the single biggest source of special-casing for cross compiling. However, many individual packages still have special cases; once the dust settles, we should clean those up as well.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added the 6.topic: stdenv Standard environment label May 15, 2020
@Ericson2314
Copy link
Member

Check out https://github.com/NixOS/nixpkgs/pull/44583/files, which was deemed going too far.

@ofborg ofborg bot requested a review from edolstra May 15, 2020 23:13
@Gaelan Gaelan changed the title stdenv: always pass --build, --host to configure WIP: stdenv: always pass --build, --host to configure May 16, 2020
@Gaelan
Copy link
Contributor Author

Gaelan commented May 16, 2020

adding WIP to minimize OfBorg abuse

@Gaelan
Copy link
Contributor Author

Gaelan commented May 16, 2020

With the perl change, this successfully builds stdenv on macOS.

@FRidh FRidh marked this pull request as draft June 13, 2020 09:08
@xaverdh
Copy link
Contributor

xaverdh commented Nov 10, 2020

friendly ping

@Gaelan
Copy link
Contributor Author

Gaelan commented Nov 10, 2020

Not sure what next steps are here - I'll see if I can still build some basic things with this PR and latest staging, but any serious testing of this requires computing infrastructure I don't have.

@Gaelan
Copy link
Contributor Author

Gaelan commented Nov 11, 2020

Ok, rebased against latest staging, successfully build hello (and therefore stdenv) on Darwin; I'm trying the same thing on Linux (in a Docker container) now.

@Ericson2314
Copy link
Member

@Gaelan if you can build both stdenvs / hellos, and you have time for the next 2-3 weeks to monitor staging on hydra (something I was never good enough about with my original burst of cross work!!), I think we can merge this. :)

@Gaelan
Copy link
Contributor Author

Gaelan commented Nov 11, 2020

Linux hello builds (and runs) successfully as well. I'd be happy to watch Hydra as well, though I'm a little confused about how all that works; there seems to be a hydra job for staging at https://hydra.nixos.org/jobset/nixpkgs/staging, but it looks like it only gets run every few months?

@Ericson2314
Copy link
Member

@Gaelan I'm not up to date myself, but I think the idea is that things will be merged into staging-next which is CI'd more.

@Gaelan Gaelan marked this pull request as ready for review November 15, 2020 11:50
@Gaelan Gaelan requested a review from stigtsp as a code owner November 15, 2020 11:50
@ryantm ryantm marked this pull request as draft November 17, 2020 04:41
@Ericson2314
Copy link
Member

/rebase staging

@github-actions
Copy link
Contributor

Failed to rebase

@Ericson2314
Copy link
Member

In other news, #119625 is working well and merged. That makes me feel like we should finally do this.

I big question is whether passing the same --build and --host makes autoconf think cross or native. If native, if falls short of #21471 but is especially harmless.

@Artturin
Copy link
Member

qtbase fails

@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/xv639gz5snnzl2d78828izi9lphzbwhf-qtbase-ee7a89b
source root is qtbase-ee7a89b
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/bgfvp4dh8fxzvb2lvm9026wi9bvil3qf-0003-qtbase-mkspecs.patch
patching file mkspecs/features/create_cmake.prf
patching file mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
patching file mkspecs/features/qml_module.prf
patching file mkspecs/features/qml_plugin.prf
patching file mkspecs/features/qt_app.prf
patching file mkspecs/features/qt_build_paths.prf
patching file mkspecs/features/qt_docs.prf
patching file mkspecs/features/qt_example_installs.prf
patching file mkspecs/features/qt_functions.prf
patching file mkspecs/features/qt_installs.prf
patching file mkspecs/features/qt_plugin.prf
applying patch /nix/store/z9z2697ysw5p2dr5ncc8inwk2wrv11s1-0004-qtbase-replace-libdir.patch
patching file mkspecs/features/qt_common.prf
patching file mkspecs/features/qt_module.prf
applying patch /nix/store/kjc90wi451l3jxp13dhm254bqz70vmyq-0005-qtbase-cmake.patch
patching file mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
Hunk #1 succeeded at 505 (offset -8 lines).
patching file mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
patching file src/corelib/Qt5CoreConfigExtras.cmake.in
Hunk #4 succeeded at 124 (offset 3 lines).
Hunk #5 succeeded at 138 (offset 3 lines).
patching file src/corelib/Qt5CoreConfigExtrasMkspecDir.cmake.in
patching file src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
patching file src/dbus/Qt5DBusConfigExtras.cmake.in
patching file src/gui/Qt5GuiConfigExtras.cmake.in
patching file src/widgets/Qt5WidgetsConfigExtras.cmake.in
applying patch /nix/store/xx9l3z4bqwjg1h9qs7h5abpl05dlv1ki-0006-qtbase-gtk3.patch
patching file src/plugins/platformthemes/gtk3/main.cpp
applying patch /nix/store/55j42cqmyrzskz6kg9rxp8d4anmhpglq-0007-qtbase-xcursor.patch
patching file src/plugins/platforms/xcb/qxcbcursor.cpp
applying patch /nix/store/48ajjpkfbm9vidq9nqxxr930b7z2ik9j-0008-qtbase-tzdir.patch
patching file src/corelib/time/qtimezoneprivate_tz.cpp
Hunk #1 succeeded at 84 (offset 7 lines).
Hunk #2 succeeded at 691 (offset 15 lines).
applying patch /nix/store/v94kxy6xgiyvjr20bwyvykjvfq5jk594-0009-qtbase-qtpluginpath.patch
patching file src/corelib/kernel/qcoreapplication.cpp
Hunk #1 succeeded at 2711 (offset 20 lines).
applying patch /nix/store/5178mgwr5zqhx91w6a515kxbk5bajg29-0010-qtbase-assert.patch
patching file src/testlib/qtestassert.h
applying patch /nix/store/0xy5wvaxij1x7kmhb2g6wkxsxvd0nyq3-0011-fix-header_module.patch
patching file mkspecs/features/qt_module.prf
Hunk #1 succeeded at 84 with fuzz 1.
patching script interpreter paths in ./bin
./bin/fixqt4headers.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/6wx0hqk3c3ickrkfi0arsr0pv7w9fa0m-perl-5.34.1/bin/perl"
./bin/syncqt.pl: interpreter directive changed from "#!/usr/bin/env perl" to "/nix/store/6wx0hqk3c3ickrkfi0arsr0pv7w9fa0m-perl-5.34.1/bin/perl"
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
<srcbase> = /build/qtbase-ee7a89b 
<bldbase> = /build/qtbase-ee7a89b 
<outbase> = /build/qtbase-ee7a89b 
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/cocoafunctions/ { qcocoawindowfunctions.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/eglfsfunctions/ { qeglfsfunctions.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/helper/ { qplatformheaderhelper.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/linuxfbfunctions/ { qlinuxfbfunctions.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/nativecontexts/ { qcocoanativecontext.h (2), qeglnativecontext.h (2), qglxnativecontext.h (2), qwglnativecontext.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/waylandfunctions/ { qwaylandwindowfunctions.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/windowsfunctions/ { qwindowswindowfunctions.h (2) }
QtPlatformHeaders: created fwd-include header(s) for <srcbase>/src/platformheaders/xcbfunctions/ { qxcbscreenfunctions.h (2), qxcbwindowfunctions.h (2) }
QtPlatformHeaders: created version header
QtPlatformHeaders: created master header
QtPlatformHeaders: created headers.pri file
QtANGLE/GLES2: created fwd-include header(s) for <srcbase>/src/3rdparty/angle/include/GLES2/ { gl2.h (1), gl2ext.h (1), gl2ext_angle.h (1), gl2platform.h (1) }
QtANGLE/GLES2: created headers.pri file
QtFontDatabaseSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fontdatabases/fontconfig/ { qfontconfigdatabase_p.h (1), qfontenginemultifontconfig_p.h (1) }
QtFontDatabaseSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fontdatabases/freetype/ { qfontengine_ft_p.h (1), qfreetypefontdatabase_p.h (1) }
QtFontDatabaseSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fontdatabases/genericunix/ { qgenericunixfontdatabase_p.h (1) }
QtFontDatabaseSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fontdatabases/mac/ { qcoretextfontdatabase_p.h (1), qfontengine_coretext_p.h (1) }
QtFontDatabaseSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fontdatabases/windows/ { qwindowsfontdatabase_ft_p.h (1), qwindowsfontdatabase_p.h (1), qwindowsfontengine_p.h (1), qwindowsfontenginedirectwrite_p.h (1), qwindowsnativeimage_p.h (1) }
QtFontDatabaseSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fontdatabases/winrt/ { qwinrtfontdatabase_p.h (1) }
QtFontDatabaseSupport: created version header
QtFontDatabaseSupport: created master header
QtFontDatabaseSupport: created headers.pri file
QtKmsSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/kmsconvenience/ { qkmsdevice_p.h (1) }
QtKmsSupport: created version header
QtKmsSupport: created master header
QtKmsSupport: created headers.pri file
QtServiceSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/services/genericunix/ { qgenericunixservices_p.h (1) }
QtServiceSupport: created version header
QtServiceSupport: created master header
QtServiceSupport: created headers.pri file
QtANGLE/EGL: created fwd-include header(s) for <srcbase>/src/3rdparty/angle/include/EGL/ { egl.h (1), eglext.h (1), eglext_angle.h (1), eglplatform.h (1) }
QtANGLE/EGL: created headers.pri file
QtOpenGL: created fwd-include header(s) for <srcbase>/src/opengl/ { qgl.h (5), qgl_p.h (1), qglbuffer.h (2), qglcolormap.h (2), qglframebufferobject.h (3), qglframebufferobject_p.h (1), qglfunctions.h (3), qglpaintdevice_p.h (1), qglpixelbuffer.h (2), qglpixelbuffer_p.h (1), qglshaderprogram.h (3), qgraphicsshadereffect_p.h (1), qtopenglglobal.h (1) }
QtOpenGL: created fwd-include header(s) for <srcbase>/src/opengl/gl2paintengineex/ { qgl2pexvertexarray_p.h (1), qglcustomshaderstage_p.h (1), qglengineshadermanager_p.h (1), qglengineshadersource_p.h (1), qglgradientcache_p.h (1), qglshadercache_p.h (1), qpaintengineex_opengl2_p.h (1), qtextureglyphcache_gl_p.h (1) }
QtOpenGL: created version header
QtOpenGL: created master header
QtOpenGL: created headers.pri file
QtMockPlugins1: created fwd-include header(s) for <srcbase>/tests/auto/cmake/mockplugins/mockplugins1/ { qmockplugin.h (2) }
QtMockPlugins1: created version header
QtMockPlugins1: created master header
QtMockPlugins1: created headers.pri file
QtClipboardSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/clipboard/ { qmacmime_p.h (1) }
QtClipboardSupport: created version header
QtClipboardSupport: created master header
QtClipboardSupport: created headers.pri file
QtGui: created fwd-include header(s) for <srcbase>/src/gui/accessible/ { qaccessible.h (19), qaccessiblebridge.h (3), qaccessiblecache_p.h (1), qaccessibleobject.h (3), qaccessibleplugin.h (2), qplatformaccessibility.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/image/ { qbitmap.h (2), qbmphandler_p.h (1), qicon.h (2), qicon_p.h (1), qiconengine.h (3), qiconengineplugin.h (2), qiconloader_p.h (1), qimage.h (4), qimage_p.h (1), qimageiohandler.h (3), qimagepixmapcleanuphooks_p.h (1), qimagereader.h (2), qimagereaderwriterhelpers_p.h (1), qimagewriter.h (2), qmovie.h (2), qpaintengine_pic_p.h (1), qpicture.h (3), qpicture_p.h (1), qpictureformatplugin.h (2), qpixmap.h (2), qpixmap_blitter_p.h (1), qpixmap_raster_p.h (1), qpixmapcache.h (2), qpixmapcache_p.h (1), qplatformpixmap.h (1), qpnghandler_p.h (1), qppmhandler_p.h (1), qxbmhandler_p.h (1), qxpmhandler_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/itemmodels/ { qstandarditemmodel.h (3), qstandarditemmodel_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/kernel/ { qclipboard.h (2), qcursor.h (2), qcursor_p.h (1), qdnd_p.h (1), qdrag.h (2), qevent.h (41), qevent_p.h (1), qgenericplugin.h (2), qgenericpluginfactory.h (2), qguiapplication.h (2), qguiapplication_p.h (1), qhighdpiscaling_p.h (1), qinputdevicemanager_p.h (1), qinputdevicemanager_p_p.h (1), qinputmethod.h (2), qinputmethod_p.h (1), qinternalmimedata_p.h (1), qkeymapper_p.h (1), qkeysequence.h (2), qkeysequence_p.h (1), qoffscreensurface.h (2), qopenglcontext.h (4), qopenglcontext_p.h (1), qopenglwindow.h (2), qpaintdevicewindow.h (2), qpaintdevicewindow_p.h (1), qpalette.h (2), qpixelformat.h (2), qplatformclipboard.h (1), qplatformcursor.h (1), qplatformdialoghelper.h (1), qplatformdrag.h (1), qplatformgraphicsbuffer.h (1), qplatformgraphicsbufferhelper.h (1), qplatforminputcontext.h (1), qplatforminputcontext_p.h (1), qplatforminputcontextfactory_p.h (1), qplatforminputcontextplugin_p.h (1), qplatformintegration.h (1), qplatformintegrationfactory_p.h (1), qplatformintegrationplugin.h (1), qplatformmenu.h (1), qplatformnativeinterface.h (1), qplatformoffscreensurface.h (1), qplatformopenglcontext.h (1), qplatformscreen.h (1), qplatformscreen_p.h (1), qplatformservices.h (1), qplatformsessionmanager.h (1), qplatformsharedgraphicscache.h (1), qplatformsurface.h (1), qplatformsystemtrayicon.h (1), qplatformtheme.h (1), qplatformtheme_p.h (1), qplatformthemefactory_p.h (1), qplatformthemeplugin.h (1), qplatformwindow.h (1), qplatformwindow_p.h (1), qrasterwindow.h (2), qscreen.h (2), qscreen_p.h (1), qsessionmanager.h (2), qsessionmanager_p.h (1), qshapedpixmapdndwindow_p.h (1), qshortcutmap_p.h (1), qsimpledrag_p.h (1), qstylehints.h (2), qsurface.h (2), qsurfaceformat.h (2), qt_gui_pch.h (1), qtestsupport_gui.h (1), qtguiglobal.h (1), qtguiglobal_p.h (1), qtouchdevice.h (2), qtouchdevice_p.h (1), qwindow.h (2), qwindow_p.h (1), qwindowdefs.h (5), qwindowdefs_win.h (1), qwindowsysteminterface.h (1), qwindowsysteminterface_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/math3d/ { qgenericmatrix.h (10), qmatrix4x4.h (2), qquaternion.h (2), qvector2d.h (2), qvector3d.h (2), qvector4d.h (2) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/opengl/ { qopengl.h (1), qopengl2pexvertexarray_p.h (1), qopengl_p.h (1), qopenglbuffer.h (2), qopenglcustomshaderstage_p.h (1), qopengldebug.h (3), qopenglengineshadermanager_p.h (1), qopenglengineshadersource_p.h (1), qopengles2ext.h (1), qopenglext.h (1), qopenglextensions_p.h (1), qopenglextrafunctions.h (3), qopenglframebufferobject.h (3), qopenglframebufferobject_p.h (1), qopenglfunctions.h (3), qopenglfunctions_1_0.h (2), qopenglfunctions_1_1.h (2), qopenglfunctions_1_2.h (2), qopenglfunctions_1_3.h (2), qopenglfunctions_1_4.h (2), qopenglfunctions_1_5.h (2), qopenglfunctions_2_0.h (2), qopenglfunctions_2_1.h (2), qopenglfunctions_3_0.h (2), qopenglfunctions_3_1.h (2), qopenglfunctions_3_2_compatibility.h (2), qopenglfunctions_3_2_core.h (2), qopenglfunctions_3_3_compatibility.h (2), qopenglfunctions_3_3_core.h (2), qopenglfunctions_4_0_compatibility.h (2), qopenglfunctions_4_0_core.h (2), qopenglfunctions_4_1_compatibility.h (2), qopenglfunctions_4_1_core.h (2), qopenglfunctions_4_2_compatibility.h (2), qopenglfunctions_4_2_core.h (2), qopenglfunctions_4_3_compatibility.h (2), qopenglfunctions_4_3_core.h (2), qopenglfunctions_4_4_compatibility.h (2), qopenglfunctions_4_4_core.h (2), qopenglfunctions_4_5_compatibility.h (2), qopenglfunctions_4_5_core.h (2), qopenglfunctions_es2.h (2), qopenglgradientcache_p.h (1), qopenglpaintdevice.h (2), qopenglpaintdevice_p.h (1), qopenglpaintengine_p.h (1), qopenglpixeltransferoptions.h (2), qopenglprogrambinarycache_p.h (1), qopenglqueryhelper_p.h (1), qopenglshadercache_p.h (1), qopenglshaderprogram.h (3), qopengltexture.h (2), qopengltexture_p.h (1), qopengltextureblitter.h (2), qopengltexturecache_p.h (1), qopengltextureglyphcache_p.h (1), qopengltexturehelper_p.h (1), qopengltextureuploader_p.h (1), qopengltimerquery.h (3), qopenglversionfunctions.h (2), qopenglversionfunctionsfactory_p.h (1), qopenglvertexarrayobject.h (2), qopenglvertexarrayobject_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/painting/ { qbackingstore.h (2), qbezier_p.h (1), qblendfunctions_p.h (1), qblittable_p.h (1), qbrush.h (9), qcolor.h (2), qcolor_p.h (1), qcolormatrix_p.h (1), qcolorspace.h (2), qcolorspace_p.h (1), qcolortransferfunction_p.h (1), qcolortransfertable_p.h (1), qcolortransform.h (2), qcolortransform_p.h (1), qcolortrc_p.h (1), qcolortrclut_p.h (1), qcoregraphics_p.h (1), qcosmeticstroker_p.h (1), qcssutil_p.h (1), qdatabuffer_p.h (1), qdrawhelper_mips_dsp_p.h (1), qdrawhelper_neon_p.h (1), qdrawhelper_p.h (1), qdrawhelper_x86_p.h (1), qdrawingprimitive_sse2_p.h (1), qemulationpaintengine_p.h (1), qfixed_p.h (1), qgrayraster_p.h (1), qicc_p.h (1), qimagescale_p.h (1), qmath_p.h (1), qmatrix.h (2), qmemrotate_p.h (1), qoutlinemapper_p.h (1), qpagedpaintdevice.h (2), qpagedpaintdevice_p.h (1), qpagelayout.h (2), qpagesize.h (2), qpaintdevice.h (2), qpaintengine.h (4), qpaintengine_blitter_p.h (1), qpaintengine_p.h (1), qpaintengine_raster_p.h (1), qpaintengineex_p.h (1), qpainter.h (2), qpainter_p.h (1), qpainterpath.h (3), qpainterpath_p.h (1), qpathclipper_p.h (1), qpathsimplifier_p.h (1), qpdf_p.h (1), qpdfwriter.h (2), qpen.h (2), qpen_p.h (1), qplatformbackingstore.h (1), qpolygon.h (3), qpolygonclipper_p.h (1), qrasterdefs_p.h (1), qrasterizer_p.h (1), qrbtree_p.h (1), qregion.h (2), qrgb.h (2), qrgba64.h (2), qrgba64_p.h (1), qstroker_p.h (1), qt_mips_asm_dsp_p.h (1), qtextureglyphcache_p.h (1), qtransform.h (2), qtriangulatingstroker_p.h (1), qtriangulator_p.h (1), qvectorpath_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/rhi/ { cs_tdr_p.h (1), qrhi_p.h (1), qrhi_p_p.h (1), qrhid3d11_p.h (1), qrhid3d11_p_p.h (1), qrhigles2_p.h (1), qrhigles2_p_p.h (1), qrhimetal_p.h (1), qrhimetal_p_p.h (1), qrhinull_p.h (1), qrhinull_p_p.h (1), qrhiprofiler_p.h (1), qrhiprofiler_p_p.h (1), qrhivulkan_p.h (1), qrhivulkan_p_p.h (1), qrhivulkanext_p.h (1), qshader_p.h (1), qshader_p_p.h (1), qshaderdescription_p.h (1), qshaderdescription_p_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/text/ { qabstracttextdocumentlayout.h (3), qabstracttextdocumentlayout_p.h (1), qcssparser_p.h (1), qdistancefield_p.h (1), qfont.h (2), qfont_p.h (1), qfontdatabase.h (2), qfontengine_p.h (1), qfontengine_qpf2_p.h (1), qfontengineglyphcache_p.h (1), qfontinfo.h (2), qfontmetrics.h (3), qfontsubset_p.h (1), qfragmentmap_p.h (1), qglyphrun.h (2), qglyphrun_p.h (1), qharfbuzzng_p.h (1), qinputcontrol_p.h (1), qplatformfontdatabase.h (1), qrawfont.h (2), qrawfont_p.h (1), qstatictext.h (2), qstatictext_p.h (1), qsyntaxhighlighter.h (2), qtextcursor.h (2), qtextcursor_p.h (1), qtextdocument.h (3), qtextdocument_p.h (1), qtextdocumentfragment.h (2), qtextdocumentfragment_p.h (1), qtextdocumentlayout_p.h (1), qtextdocumentwriter.h (2), qtextengine_p.h (1), qtextformat.h (10), qtextformat_p.h (1), qtexthtmlparser_p.h (1), qtextimagehandler_p.h (1), qtextlayout.h (4), qtextlist.h (2), qtextmarkdownimporter_p.h (1), qtextmarkdownwriter_p.h (1), qtextobject.h (8), qtextobject_p.h (1), qtextodfwriter_p.h (1), qtextoption.h (2), qtexttable.h (3), qtexttable_p.h (1), qzipreader_p.h (1), qzipwriter_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/util/ { qabstractlayoutstyleinfo_p.h (1), qastchandler_p.h (1), qdesktopservices.h (2), qgridlayoutengine_p.h (1), qhexstring_p.h (1), qktxhandler_p.h (1), qlayoutpolicy_p.h (1), qpkmhandler_p.h (1), qshaderformat_p.h (1), qshadergenerator_p.h (1), qshadergraph_p.h (1), qshadergraphloader_p.h (1), qshaderlanguage_p.h (1), qshadernode_p.h (1), qshadernodeport_p.h (1), qshadernodesloader_p.h (1), qtexturefiledata_p.h (1), qtexturefilehandler_p.h (1), qtexturefilereader_p.h (1), qvalidator.h (6) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/vulkan/ { qplatformvulkaninstance.h (1), qvulkaninstance.h (5), qvulkanwindow.h (3), qvulkanwindow_p.h (1) }
QtGui: created fwd-include header(s) for <srcbase>/src/gui/platform/wasm/ { qwasmlocalfileaccess_p.h (1) }
QtGui: created version header
QtGui: created master header
QtGui: created headers.pri file
QtEglFSDeviceIntegration: created fwd-include header(s) for <srcbase>/src/plugins/platforms/eglfs/api/ { qeglfscontext_p.h (1), qeglfscursor_p.h (1), qeglfsdeviceintegration_p.h (1), qeglfsglobal_p.h (1), qeglfshooks_p.h (1), qeglfsintegration_p.h (1), qeglfsoffscreenwindow_p.h (1), qeglfsscreen_p.h (1), qeglfswindow_p.h (1) }
QtEglFSDeviceIntegration: created fwd-include header(s) for <srcbase>/src/plugins/platforms/eglfs/api/vulkan/ { qeglfsvulkaninstance_p.h (1), qeglfsvulkanwindow_p.h (1) }
QtEglFSDeviceIntegration: created version header
QtEglFSDeviceIntegration: created master header
QtEglFSDeviceIntegration: created headers.pri file
QtZlib: created fwd-include header(s) for <srcbase>/src/3rdparty/zlib/src/ { zconf.h (1), zlib.h (1) }
QtZlib: created headers.pri file
QtSql: created fwd-include header(s) for <srcbase>/src/sql/kernel/ { qsqlcachedresult_p.h (1), qsqldatabase.h (4), qsqldriver.h (2), qsqldriver_p.h (1), qsqldriverplugin.h (2), qsqlerror.h (2), qsqlfield.h (2), qsqlindex.h (2), qsqlnulldriver_p.h (1), qsqlquery.h (2), qsqlrecord.h (2), qsqlresult.h (2), qsqlresult_p.h (1), qtsqlglobal.h (2), qtsqlglobal_p.h (1) }
QtSql: created fwd-include header(s) for <srcbase>/src/sql/models/ { qsqlquerymodel.h (2), qsqlquerymodel_p.h (1), qsqlrelationaldelegate.h (2), qsqlrelationaltablemodel.h (3), qsqltablemodel.h (2), qsqltablemodel_p.h (1) }
QtSql: created deprecated header(s) { qsql.h }
QtSql: created version header
QtSql: created master header
QtSql: created headers.pri file
QtEdidSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/edid/ { qedidparser_p.h (1), qedidvendortable_p.h (1) }
QtEdidSupport: created version header
QtEdidSupport: created master header
QtEdidSupport: created headers.pri file
QtMockPlugins2: created version header
QtMockPlugins2: created master header
QtMockPlugins2: created headers.pri file
QtEglSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/eglconvenience/ { qeglconvenience_p.h (1), qeglpbuffer_p.h (1), qeglplatformcontext_p.h (1), qeglstreamconvenience_p.h (1), qt_egl_p.h (1), qxlibeglintegration_p.h (1) }
QtEglSupport: created version header
QtEglSupport: created master header
QtEglSupport: created headers.pri file
QtGraphicsSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/graphics/ { qrasterbackingstore_p.h (1) }
QtGraphicsSupport: created version header
QtGraphicsSupport: created master header
QtGraphicsSupport: created headers.pri file
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/evdevkeyboard/ { qevdevkeyboard_defaultmap_p.h (1), qevdevkeyboardhandler_p.h (1), qevdevkeyboardmanager_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/evdevmouse/ { qevdevmousehandler_p.h (1), qevdevmousemanager_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/evdevtablet/ { qevdevtablethandler_p.h (1), qevdevtabletmanager_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/evdevtouch/ { qevdevtouchfilter_p.h (1), qevdevtouchhandler_p.h (1), qevdevtouchmanager_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/integrityhid/ { qintegrityhidmanager.h (2) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/libinput/ { qlibinputhandler_p.h (1), qlibinputkeyboard_p.h (1), qlibinputpointer_p.h (1), qlibinputtouch_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/shared/ { devicehandlerlist_p.h (1), qevdevutil_p.h (1), qtouchoutputmapping_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/tslib/ { qtslib_p.h (1) }
QtInputSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/xkbcommon/ { qxkbcommon_p.h (1) }
QtInputSupport: created version header
QtInputSupport: created master header
QtInputSupport: created headers.pri file
QtPrintSupport: created fwd-include header(s) for <srcbase>/src/printsupport/dialogs/ { qabstractprintdialog.h (2), qabstractprintdialog_p.h (1), qpagesetupdialog.h (2), qpagesetupdialog_p.h (1), qpagesetupdialog_unix_p.h (1), qprintdialog.h (2), qprintpreviewdialog.h (2) }
QtPrintSupport: created fwd-include header(s) for <srcbase>/src/printsupport/kernel/ { qcups_p.h (1), qpaintengine_alpha_p.h (1), qpaintengine_preview_p.h (1), qplatformprintdevice.h (1), qplatformprintersupport.h (1), qplatformprintplugin.h (1), qprint_p.h (1), qprintdevice_p.h (1), qprintengine.h (2), qprintengine_pdf_p.h (1), qprintengine_win_p.h (1), qprinter.h (2), qprinter_p.h (1), qprinterinfo.h (2), qprinterinfo_p.h (1), qtprintsupportglobal.h (1), qtprintsupportglobal_p.h (1) }
QtPrintSupport: created fwd-include header(s) for <srcbase>/src/printsupport/widgets/ { qcupsjobwidget_p.h (1), qprintpreviewwidget.h (2) }
QtPrintSupport: created version header
QtPrintSupport: created master header
QtPrintSupport: created headers.pri file
QtOpenGLExtensions: created fwd-include header(s) for <srcbase>/src/openglextensions/ { qopenglextensions.h (2) }
QtOpenGLExtensions: created version header
QtOpenGLExtensions: created master header
QtOpenGLExtensions: created headers.pri file
QtNetwork: created fwd-include header(s) for <srcbase>/src/network/access/ { qabstractnetworkcache.h (3), qabstractnetworkcache_p.h (1), qabstractprotocolhandler_p.h (1), qftp_p.h (1), qhsts_p.h (1), qhstspolicy.h (2), qhstsstore_p.h (1), qhttp2configuration.h (2), qhttp2protocolhandler_p.h (1), qhttpmultipart.h (3), qhttpmultipart_p.h (1), qhttpnetworkconnection_p.h (1), qhttpnetworkconnectionchannel_p.h (1), qhttpnetworkheader_p.h (1), qhttpnetworkreply_p.h (1), qhttpnetworkrequest_p.h (1), qhttpprotocolhandler_p.h (1), qhttpthreaddelegate_p.h (1), qnetworkaccessauthenticationmanager_p.h (1), qnetworkaccessbackend_p.h (1), qnetworkaccesscache_p.h (1), qnetworkaccesscachebackend_p.h (1), qnetworkaccessdebugpipebackend_p.h (1), qnetworkaccessfilebackend_p.h (1), qnetworkaccessftpbackend_p.h (1), qnetworkaccessmanager.h (2), qnetworkaccessmanager_p.h (1), qnetworkcookie.h (2), qnetworkcookie_p.h (1), qnetworkcookiejar.h (2), qnetworkcookiejar_p.h (1), qnetworkdiskcache.h (2), qnetworkdiskcache_p.h (1), qnetworkfile_p.h (1), qnetworkreply.h (2), qnetworkreply_p.h (1), qnetworkreplydataimpl_p.h (1), qnetworkreplyfileimpl_p.h (1), qnetworkreplyhttpimpl_p.h (1), qnetworkreplyimpl_p.h (1), qnetworkreplywasmimpl_p.h (1), qnetworkrequest.h (2), qnetworkrequest_p.h (1), qspdyprotocolhandler_p.h (1) }
QtNetwork: created fwd-include header(s) for <srcbase>/src/network/bearer/ { qbearerengine_p.h (1), qbearerplugin_p.h (1), qnetworkconfigmanager.h (2), qnetworkconfigmanager_p.h (1), qnetworkconfiguration.h (2), qnetworkconfiguration_p.h (1), qnetworksession.h (2), qnetworksession_p.h (1), qsharednetworksession_p.h (1) }
QtNetwork: created fwd-include header(s) for <srcbase>/src/network/kernel/ { qauthenticator.h (2), qauthenticator_p.h (1), qdnslookup.h (7), qdnslookup_p.h (1), qhostaddress.h (4), qhostaddress_p.h (1), qhostinfo.h (2), qhostinfo_p.h (1), qnetconmonitor_p.h (1), qnetworkdatagram.h (2), qnetworkdatagram_p.h (1), qnetworkinterface.h (3), qnetworkinterface_p.h (1), qnetworkinterface_uikit_p.h (1), qnetworkinterface_unix_p.h (1), qnetworkproxy.h (4), qtnetworkglobal.h (1), qtnetworkglobal_p.h (1), qurlinfo_p.h (1) }
QtNetwork: created fwd-include header(s) for <srcbase>/src/network/socket/ { qabstractsocket.h (2), qabstractsocket_p.h (1), qabstractsocketengine_p.h (1), qhttpsocketengine_p.h (1), qlocalserver.h (2), qlocalserver_p.h (1), qlocalsocket.h (2), qlocalsocket_p.h (1), qnativesocketengine_p.h (1), qnativesocketengine_winrt_p.h (1), qnet_unix_p.h (1), qsctpserver.h (2), qsctpserver_p.h (1), qsctpsocket.h (2), qsctpsocket_p.h (1), qsocks5socketengine_p.h (1), qtcpserver.h (2), qtcpserver_p.h (1), qtcpsocket.h (2), qtcpsocket_p.h (1), qudpsocket.h (2) }
QtNetwork: created fwd-include header(s) for <srcbase>/src/network/ssl/ { qasn1element_p.h (1), qdtls.h (3), qdtls_openssl_p.h (1), qdtls_p.h (1), qocsp_p.h (1), qocspresponse.h (2), qocspresponse_p.h (1), qpassworddigestor.h (2), qssl.h (2), qssl_p.h (1), qsslcertificate.h (2), qsslcertificate_p.h (1), qsslcertificateextension.h (2), qsslcertificateextension_p.h (1), qsslcipher.h (2), qsslcipher_p.h (1), qsslconfiguration.h (2), qsslconfiguration_p.h (1), qsslcontext_openssl_p.h (1), qssldiffiehellmanparameters.h (2), qssldiffiehellmanparameters_p.h (1), qsslellipticcurve.h (2), qsslerror.h (2), qsslkey.h (2), qsslkey_p.h (1), qsslpresharedkeyauthenticator.h (2), qsslpresharedkeyauthenticator_p.h (1), qsslsocket.h (2), qsslsocket_mac_p.h (1), qsslsocket_openssl_p.h (1), qsslsocket_openssl_symbols_p.h (1), qsslsocket_p.h (1), qsslsocket_schannel_p.h (1), qsslsocket_winrt_p.h (1), qwindowscarootfetcher_p.h (1) }
QtNetwork: created fwd-include header(s) for <srcbase>/src/network/access/http2/ { bitstreams_p.h (1), hpack_p.h (1), hpacktable_p.h (1), http2frames_p.h (1), http2protocol_p.h (1), http2streams_p.h (1), huffman_p.h (1) }
QtNetwork: created version header
QtNetwork: created master header
QtNetwork: created headers.pri file
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/accessible/ { complexwidgets_p.h (1), itemviews_p.h (1), qaccessiblemenu_p.h (1), qaccessiblewidget.h (2), qaccessiblewidgetfactory_p.h (1), qaccessiblewidgets_p.h (1), rangecontrols_p.h (1), simplewidgets_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/dialogs/ { qcolordialog.h (2), qdialog.h (2), qdialog_p.h (1), qerrormessage.h (2), qfiledialog.h (2), qfiledialog_p.h (1), qfileinfogatherer_p.h (1), qfilesystemmodel.h (2), qfilesystemmodel_p.h (1), qfontdialog.h (2), qfontdialog_p.h (1), qfscompleter_p.h (1), qinputdialog.h (2), qmessagebox.h (2), qprogressdialog.h (2), qsidebar_p.h (1), qwizard.h (3), qwizard_win_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/effects/ { qgraphicseffect.h (6), qgraphicseffect_p.h (1), qpixmapfilter_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/graphicsview/ { qgraph_p.h (1), qgraphicsanchorlayout.h (3), qgraphicsanchorlayout_p.h (1), qgraphicsgridlayout.h (2), qgraphicsgridlayoutengine_p.h (1), qgraphicsitem.h (13), qgraphicsitem_p.h (1), qgraphicsitemanimation.h (2), qgraphicslayout.h (2), qgraphicslayout_p.h (1), qgraphicslayoutitem.h (2), qgraphicslayoutitem_p.h (1), qgraphicslayoutstyleinfo_p.h (1), qgraphicslinearlayout.h (2), qgraphicsproxywidget.h (2), qgraphicsproxywidget_p.h (1), qgraphicsscene.h (2), qgraphicsscene_bsp_p.h (1), qgraphicsscene_p.h (1), qgraphicsscenebsptreeindex_p.h (1), qgraphicssceneevent.h (10), qgraphicssceneindex_p.h (1), qgraphicsscenelinearindex_p.h (1), qgraphicstransform.h (4), qgraphicstransform_p.h (1), qgraphicsview.h (2), qgraphicsview_p.h (1), qgraphicswidget.h (2), qgraphicswidget_p.h (1), qsimplex_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/itemviews/ { qabstractitemdelegate.h (2), qabstractitemdelegate_p.h (1), qabstractitemview.h (2), qabstractitemview_p.h (1), qbsptree_p.h (1), qcolumnview.h (2), qcolumnview_p.h (1), qcolumnviewgrip_p.h (1), qdatawidgetmapper.h (2), qdirmodel.h (2), qfileiconprovider.h (2), qfileiconprovider_p.h (1), qheaderview.h (2), qheaderview_p.h (1), qitemdelegate.h (2), qitemeditorfactory.h (5), qitemeditorfactory_p.h (1), qlistview.h (2), qlistview_p.h (1), qlistwidget.h (3), qlistwidget_p.h (1), qstyleditemdelegate.h (2), qtableview.h (2), qtableview_p.h (1), qtablewidget.h (4), qtablewidget_p.h (1), qtreeview.h (2), qtreeview_p.h (1), qtreewidget.h (3), qtreewidget_p.h (1), qtreewidgetitemiterator.h (2), qtreewidgetitemiterator_p.h (1), qwidgetitemdata_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/kernel/ { qaction.h (2), qaction_p.h (1), qactiongroup.h (2), qapplication.h (2), qapplication_p.h (1), qboxlayout.h (4), qdesktopwidget.h (2), qdesktopwidget_p.h (1), qformlayout.h (2), qgesture.h (8), qgesture_p.h (1), qgesturemanager_p.h (1), qgesturerecognizer.h (2), qgridlayout.h (2), qlayout.h (2), qlayout_p.h (1), qlayoutengine_p.h (1), qlayoutitem.h (5), qmacgesturerecognizer_p.h (1), qopenglwidget.h (2), qshortcut.h (2), qsizepolicy.h (2), qstackedlayout.h (2), qstandardgestures_p.h (1), qt_widgets_pch.h (1), qtestsupport_widgets.h (1), qtooltip.h (2), qtwidgetsglobal.h (1), qtwidgetsglobal_p.h (1), qwhatsthis.h (2), qwidget.h (3), qwidget_p.h (1), qwidgetaction.h (2), qwidgetaction_p.h (1), qwidgetrepaintmanager_p.h (1), qwidgetwindow_p.h (1), qwindowcontainer_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/statemachine/ { qbasickeyeventtransition_p.h (1), qbasicmouseeventtransition_p.h (1), qkeyeventtransition.h (2), qmouseeventtransition.h (2) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/styles/ { qcommonstyle.h (2), qcommonstyle_p.h (1), qcommonstylepixmaps_p.h (1), qdrawutil.h (2), qfusionstyle_p.h (1), qfusionstyle_p_p.h (1), qpixmapstyle_p.h (1), qpixmapstyle_p_p.h (1), qproxystyle.h (2), qproxystyle_p.h (1), qstyle.h (2), qstyle_p.h (1), qstyleanimation_p.h (1), qstylefactory.h (2), qstylehelper_p.h (1), qstyleoption.h (41), qstylepainter.h (2), qstyleplugin.h (2), qstylesheetstyle_p.h (1), qwindowsstyle_p.h (1), qwindowsstyle_p_p.h (1) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/util/ { qcolormap.h (2), qcompleter.h (2), qcompleter_p.h (1), qflickgesture_p.h (1), qscroller.h (2), qscroller_p.h (1), qscrollerproperties.h (2), qscrollerproperties_p.h (1), qsystemtrayicon.h (2), qsystemtrayicon_p.h (1), qundogroup.h (2), qundostack.h (3), qundostack_p.h (1), qundoview.h (2) }
QtWidgets: created fwd-include header(s) for <srcbase>/src/widgets/widgets/ { qabstractbutton.h (2), qabstractbutton_p.h (1), qabstractscrollarea.h (2), qabstractscrollarea_p.h (1), qabstractslider.h (2), qabstractslider_p.h (1), qabstractspinbox.h (2), qabstractspinbox_p.h (1), qbuttongroup.h (2), qbuttongroup_p.h (1), qcalendarwidget.h (2), qcheckbox.h (2), qcombobox.h (2), qcombobox_p.h (1), qcommandlinkbutton.h (2), qdatetimeedit.h (4), qdatetimeedit_p.h (1), qdial.h (2), qdialogbuttonbox.h (2), qdockarealayout_p.h (1), qdockwidget.h (2), qdockwidget_p.h (1), qeffects_p.h (1), qfocusframe.h (2), qfontcombobox.h (2), qframe.h (2), qframe_p.h (1), qgroupbox.h (2), qkeysequenceedit.h (2), qkeysequenceedit_p.h (1), qlabel.h (2), qlabel_p.h (1), qlcdnumber.h (2), qlineedit.h (2), qlineedit_p.h (1), qmaccocoaviewcontainer_mac.h (2), qmacnativewidget_mac.h (2), qmainwindow.h (2), qmainwindowlayout_p.h (1), qmdiarea.h (2), qmdiarea_p.h (1), qmdisubwindow.h (2), qmdisubwindow_p.h (1), qmenu.h (2), qmenu_p.h (1), qmenubar.h (2), qmenubar_p.h (1), qplaintextedit.h (3), qplaintextedit_p.h (1), qprogressbar.h (2), qpushbutton.h (2), qpushbutton_p.h (1), qradiobutton.h (2), qrubberband.h (2), qscrollarea.h (2), qscrollarea_p.h (1), qscrollbar.h (2), qscrollbar_p.h (1), qsizegrip.h (2), qslider.h (2), qspinbox.h (3), qsplashscreen.h (2), qsplitter.h (3), qsplitter_p.h (1), qstackedwidget.h (2), qstatusbar.h (2), qtabbar.h (2), qtabbar_p.h (1), qtabwidget.h (2), qtextbrowser.h (2), qtextedit.h (2), qtextedit_p.h (1), qtoolbar.h (2), qtoolbar_p.h (1), qtoolbararealayout_p.h (1), qtoolbarextension_p.h (1), qtoolbarlayout_p.h (1), qtoolbarseparator_p.h (1), qtoolbox.h (2), qtoolbutton.h (2), qwidgetanimator_p.h (1), qwidgetlinecontrol_p.h (1), qwidgetresizehandler_p.h (1), qwidgettextcontrol_p.h (1), qwidgettextcontrol_p_p.h (1) }
QtWidgets: created version header
QtWidgets: created master header
QtWidgets: created headers.pri file
QtTest: created fwd-include header(s) for <srcbase>/src/testlib/ { qabstractitemmodeltester.h (2), qabstracttestlogger_p.h (1), qappletestlogger_p.h (1), qbenchmark.h (1), qbenchmark_p.h (1), qbenchmarkevent_p.h (1), qbenchmarkmeasurement_p.h (1), qbenchmarkmetric.h (1), qbenchmarkmetric_p.h (1), qbenchmarkperfevents_p.h (1), qbenchmarktimemeasurers_p.h (1), qbenchmarkvalgrind_p.h (1), qcsvbenchmarklogger_p.h (1), qjunittestlogger_p.h (1), qplaintestlogger_p.h (1), qsignaldumper_p.h (1), qsignalspy.h (2), qtaptestlogger_p.h (1), qteamcitylogger_p.h (1), qtest.h (3), qtest_gui.h (2), qtest_network.h (2), qtest_widgets.h (2), qtestaccessible.h (2), qtestassert.h (1), qtestblacklist_p.h (1), qtestcase.h (1), qtestcoreelement_p.h (1), qtestcorelist_p.h (1), qtestdata.h (2), qtestelement_p.h (1), qtestelementattribute_p.h (1), qtestevent.h (7), qtesteventloop.h (2), qtesthelpers_p.h (1), qtestjunitstreamer_p.h (1), qtestkeyboard.h (1), qtestlog_p.h (1), qtestmouse.h (1), qtestresult_p.h (1), qtestspontaneevent.h (3), qtestsystem.h (1), qtesttable_p.h (1), qtesttouch.h (1), qtestutil_macos_p.h (1), qttestglobal.h (1), qxctestlogger_p.h (1), qxmltestlogger_p.h (1) }
QtTest: created fwd-include header(s) for <srcbase>/src/testlib/3rdparty/ { callgrind_p.h (1), cycle_p.h (1), linux_perf_event_p.h (1), valgrind_p.h (1) }
QtTest: created deprecated header(s) { qtest_global.h }
QtTest: created version header
QtTest: created master header
QtTest: created headers.pri file
QtANGLE/GLES3: created fwd-include header(s) for <srcbase>/src/3rdparty/angle/include/GLES3/ { gl3.h (1), gl31.h (1), gl32.h (1), gl3platform.h (1) }
QtANGLE/GLES3: created headers.pri file
QtMockPlugins3: created fwd-include header(s) for <srcbase>/tests/auto/cmake/mockplugins/mockplugins3/ { qmockauxplugin.h (2) }
QtMockPlugins3: created version header
QtMockPlugins3: created master header
QtMockPlugins3: created headers.pri file
QtFbSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/fbconvenience/ { qfbbackingstore_p.h (1), qfbcursor_p.h (1), qfbscreen_p.h (1), qfbvthandler_p.h (1), qfbwindow_p.h (1) }
QtFbSupport: created version header
QtFbSupport: created master header
QtFbSupport: created headers.pri file
QtPlatformCompositorSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/platformcompositor/ { qopenglcompositor_p.h (1), qopenglcompositorbackingstore_p.h (1) }
QtPlatformCompositorSupport: created version header
QtPlatformCompositorSupport: created master header
QtPlatformCompositorSupport: created headers.pri file
QtDeviceDiscoverySupport: created fwd-include header(s) for <srcbase>/src/platformsupport/devicediscovery/ { qdevicediscovery_dummy_p.h (1), qdevicediscovery_p.h (1), qdevicediscovery_static_p.h (1), qdevicediscovery_udev_p.h (1) }
QtDeviceDiscoverySupport: created version header
QtDeviceDiscoverySupport: created master header
QtDeviceDiscoverySupport: created headers.pri file
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/animation/ { qabstractanimation.h (3), qabstractanimation_p.h (1), qanimationgroup.h (2), qanimationgroup_p.h (1), qparallelanimationgroup.h (2), qparallelanimationgroup_p.h (1), qpauseanimation.h (2), qpropertyanimation.h (2), qpropertyanimation_p.h (1), qsequentialanimationgroup.h (2), qsequentialanimationgroup_p.h (1), qvariantanimation.h (2), qvariantanimation_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/codecs/ { cp949codetbl_p.h (1), qbig5codec_p.h (1), qeucjpcodec_p.h (1), qeuckrcodec_p.h (1), qgb18030codec_p.h (1), qiconvcodec_p.h (1), qicucodec_p.h (1), qisciicodec_p.h (1), qjiscodec_p.h (1), qjpunicode_p.h (1), qlatincodec_p.h (1), qsimplecodec_p.h (1), qsjiscodec_p.h (1), qtextcodec.h (4), qtextcodec_p.h (1), qtsciicodec_p.h (1), qutfcodec_p.h (1), qwindowscodec_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/global/ { minimum-linux_p.h (1), qcompilerdetection.h (1), qconfig-bootstrapped.h (1), qendian.h (7), qendian_p.h (1), qflags.h (4), qfloat16.h (2), qglobal.h (6), qglobal_p.h (1), qglobalstatic.h (2), qhooks_p.h (1), qisenum.h (1), qlibraryinfo.h (2), qlogging.h (5), qlogging_p.h (1), qmemory_p.h (1), qnamespace.h (3), qnumeric.h (2), qnumeric_p.h (1), qoperatingsystemversion.h (2), qoperatingsystemversion_p.h (1), qoperatingsystemversion_win_p.h (1), qprocessordetection.h (1), qrandom.h (3), qrandom_p.h (1), qsysinfo.h (2), qsystemdetection.h (1), qt_pch.h (1), qt_windows.h (1), qtrace_p.h (1), qtypeinfo.h (4), qtypetraits.h (1), qversiontagging.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/io/ { qabstractfileengine_p.h (1), qbuffer.h (2), qdataurl_p.h (1), qdebug.h (5), qdebug_p.h (1), qdir.h (2), qdir_p.h (1), qdiriterator.h (2), qfile.h (2), qfile_p.h (1), qfiledevice.h (2), qfiledevice_p.h (1), qfileinfo.h (3), qfileinfo_p.h (1), qfileselector.h (2), qfileselector_p.h (1), qfilesystemengine_p.h (1), qfilesystementry_p.h (1), qfilesystemiterator_p.h (1), qfilesystemmetadata_p.h (1), qfilesystemwatcher.h (2), qfilesystemwatcher_fsevents_p.h (1), qfilesystemwatcher_inotify_p.h (1), qfilesystemwatcher_kqueue_p.h (1), qfilesystemwatcher_p.h (1), qfilesystemwatcher_polling_p.h (1), qfilesystemwatcher_win_p.h (1), qfsfileengine_iterator_p.h (1), qfsfileengine_p.h (1), qiodevice.h (2), qiodevice_p.h (1), qipaddress_p.h (1), qlockfile.h (2), qlockfile_p.h (1), qloggingcategory.h (2), qloggingregistry_p.h (1), qnoncontiguousbytedevice_p.h (1), qprocess.h (6), qprocess_p.h (1), qresource.h (2), qresource_iterator_p.h (1), qresource_p.h (1), qsavefile.h (2), qsavefile_p.h (1), qsettings.h (2), qsettings_p.h (1), qstandardpaths.h (2), qstorageinfo.h (2), qstorageinfo_p.h (1), qtemporarydir.h (2), qtemporaryfile.h (2), qtemporaryfile_p.h (1), qtldurl_p.h (1), qurl.h (3), qurl_p.h (1), qurlquery.h (2), qurltlds_p.h (1), qwindowspipereader_p.h (1), qwindowspipewriter_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/itemmodels/ { qabstractitemmodel.h (7), qabstractitemmodel_p.h (1), qabstractproxymodel.h (2), qabstractproxymodel_p.h (1), qconcatenatetablesproxymodel.h (2), qidentityproxymodel.h (2), qitemselectionmodel.h (4), qitemselectionmodel_p.h (1), qsortfilterproxymodel.h (2), qstringlistmodel.h (2), qtransposeproxymodel.h (2), qtransposeproxymodel_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/kernel/ { qabstracteventdispatcher.h (2), qabstracteventdispatcher_p.h (1), qabstractnativeeventfilter.h (2), qbasictimer.h (2), qcfsocketnotifier_p.h (1), qcore_mac_p.h (1), qcore_unix_p.h (1), qcoreapplication.h (3), qcoreapplication_p.h (1), qcorecmdlineargs_p.h (1), qcoreevent.h (6), qcoreglobaldata_p.h (1), qdeadlinetimer.h (2), qdeadlinetimer_p.h (1), qelapsedtimer.h (2), qeventdispatcher_cf_p.h (1), qeventdispatcher_glib_p.h (1), qeventdispatcher_unix_p.h (1), qeventdispatcher_win_p.h (1), qeventdispatcher_winrt_p.h (1), qeventloop.h (3), qeventloop_p.h (1), qfunctions_fake_env_p.h (1), qfunctions_nacl.h (1), qfunctions_p.h (1), qfunctions_vxworks.h (1), qfunctions_winrt.h (1), qjni_p.h (1), qjnihelpers_p.h (1), qmath.h (2), qmetaobject.h (5), qmetaobject_moc_p.h (1), qmetaobject_p.h (1), qmetaobjectbuilder_p.h (1), qmetatype.h (2), qmetatype_p.h (1), qmetatypeswitcher_p.h (1), qmimedata.h (2), qobject.h (6), qobject_impl.h (1), qobject_p.h (1), qobjectcleanuphandler.h (2), qobjectdefs.h (7), qobjectdefs_impl.h (1), qpointer.h (2), qpoll_p.h (1), qppsattribute_p.h (1), qppsattributeprivate_p.h (1), qppsobject_p.h (1), qppsobjectprivate_p.h (1), qsharedmemory.h (2), qsharedmemory_p.h (1), qsignalmapper.h (2), qsocketnotifier.h (3), qsystemerror_p.h (1), qsystemsemaphore.h (2), qsystemsemaphore_p.h (1), qtestsupport_core.h (1), qtimer.h (2), qtimerinfo_unix_p.h (1), qtranslator.h (2), qtranslator_p.h (1), qvariant.h (8), qvariant_p.h (1), qwineventnotifier.h (2), qwineventnotifier_p.h (1), qwinregistry_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/mimetypes/ { qmimedatabase.h (2), qmimedatabase_p.h (1), qmimeglobpattern_p.h (1), qmimemagicrule_p.h (1), qmimemagicrulematcher_p.h (1), qmimeprovider_p.h (1), qmimetype.h (2), qmimetype_p.h (1), qmimetypeparser_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/plugin/ { qelfparser_p.h (1), qfactoryinterface.h (2), qfactoryloader_p.h (1), qlibrary.h (2), qlibrary_p.h (1), qmachparser_p.h (1), qplugin.h (6), qplugin_p.h (1), qpluginloader.h (2), qsystemlibrary_p.h (1), quuid.h (2) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/serialization/ { qbinaryjson_p.h (1), qbinaryjsonarray_p.h (1), qbinaryjsonobject_p.h (1), qbinaryjsonvalue_p.h (1), qcborarray.h (2), qcborcommon.h (3), qcborcommon_p.h (1), qcbormap.h (2), qcborstream.h (1), qcborstreamreader.h (2), qcborstreamwriter.h (2), qcborvalue.h (4), qcborvalue_p.h (1), qdatastream.h (2), qdatastream_p.h (1), qjson_p.h (1), qjsonarray.h (2), qjsondocument.h (3), qjsonobject.h (2), qjsonparser_p.h (1), qjsonvalue.h (5), qjsonwriter_p.h (1), qtextstream.h (4), qtextstream_p.h (1), qxmlstream.h (13), qxmlstream_p.h (1), qxmlutils_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/statemachine/ { qabstractstate.h (2), qabstractstate_p.h (1), qabstracttransition.h (2), qabstracttransition_p.h (1), qeventtransition.h (2), qeventtransition_p.h (1), qfinalstate.h (2), qfinalstate_p.h (1), qhistorystate.h (2), qhistorystate_p.h (1), qsignaleventgenerator_p.h (1), qsignaltransition.h (2), qsignaltransition_p.h (1), qstate.h (2), qstate_p.h (1), qstatemachine.h (2), qstatemachine_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/text/ { qbytearray.h (5), qbytearray_p.h (1), qbytearraylist.h (4), qbytearraymatcher.h (3), qbytedata_p.h (1), qchar.h (3), qcollator.h (3), qcollator_p.h (1), qdoublescanprint_p.h (1), qharfbuzz_p.h (1), qlocale.h (2), qlocale_data_p.h (1), qlocale_p.h (1), qlocale_tools_p.h (1), qregexp.h (2), qregularexpression.h (4), qstring.h (6), qstringalgorithms.h (2), qstringalgorithms_p.h (1), qstringbuilder.h (2), qstringiterator_p.h (1), qstringlist.h (4), qstringliteral.h (5), qstringmatcher.h (2), qstringview.h (2), qtextboundaryfinder.h (2), qunicodetables_p.h (1), qunicodetools_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/thread/ { qatomic.h (4), qatomic_bootstrap.h (1), qatomic_cxx11.h (1), qatomic_msvc.h (1), qbasicatomic.h (1), qexception.h (3), qfutex_p.h (1), qfuture.h (4), qfutureinterface.h (3), qfutureinterface_p.h (1), qfuturesynchronizer.h (2), qfuturewatcher.h (3), qfuturewatcher_p.h (1), qgenericatomic.h (1), qlocking_p.h (1), qmutex.h (5), qmutex_p.h (1), qorderedmutexlocker_p.h (1), qreadwritelock.h (4), qreadwritelock_p.h (1), qresultstore.h (1), qrunnable.h (2), qsemaphore.h (3), qthread.h (2), qthread_p.h (1), qthreadpool.h (2), qthreadpool_p.h (1), qthreadstorage.h (3), qwaitcondition.h (2), qwaitcondition_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/time/ { qcalendar.h (2), qcalendarbackend_p.h (1), qcalendarmath_p.h (1), qdatetime.h (4), qdatetime_p.h (1), qdatetimeparser_p.h (1), qgregoriancalendar_p.h (1), qhijricalendar_data_p.h (1), qhijricalendar_p.h (1), qislamiccivilcalendar_p.h (1), qjalalicalendar_data_p.h (1), qjalalicalendar_p.h (1), qjuliancalendar_p.h (1), qmilankoviccalendar_p.h (1), qromancalendar_data_p.h (1), qromancalendar_p.h (1), qtimezone.h (2), qtimezoneprivate_data_p.h (1), qtimezoneprivate_p.h (1) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/tools/ { qalgorithms.h (2), qarraydata.h (4), qarraydataops.h (1), qarraydatapointer.h (2), qbitarray.h (3), qcache.h (2), qcommandlineoption.h (2), qcommandlineparser.h (2), qcontainerfwd.h (2), qcontainertools_impl.h (1), qcontiguouscache.h (4), qcryptographichash.h (2), qduplicatetracker_p.h (1), qeasingcurve.h (2), qfreelist_p.h (1), qhash.h (8), qhashfunctions.h (2), qiterator.h (2), qline.h (3), qlinkedlist.h (6), qlist.h (6), qmakearray_p.h (1), qmap.h (9), qmargins.h (3), qmessageauthenticationcode.h (2), qoffsetstringarray_p.h (1), qpair.h (2), qpoint.h (3), qqueue.h (2), qrect.h (3), qrefcount.h (1), qringbuffer_p.h (1), qscopedpointer.h (8), qscopedpointer_p.h (1), qscopedvaluerollback.h (2), qscopeguard.h (2), qset.h (4), qshareddata.h (4), qsharedpointer.h (4), qsharedpointer_impl.h (1), qsimd_p.h (1), qsimd_x86_p.h (1), qsize.h (3), qstack.h (2), qtimeline.h (2), qtools_p.h (1), qvarlengtharray.h (2), qvector.h (4), qversionnumber.h (2) }
QtCore: created fwd-include header(s) for <srcbase>/src/corelib/platform/wasm/ { qstdweb_p.h (1) }
QtCore: created version header
QtCore: created master header
QtCore: created headers.pri file
QtConcurrent: created fwd-include header(s) for <srcbase>/src/concurrent/ { qtconcurrent_global.h (1), qtconcurrentcompilertest.h (1), qtconcurrentexception.h (1), qtconcurrentfilter.h (2), qtconcurrentfilterkernel.h (1), qtconcurrentfunctionwrappers.h (1), qtconcurrentiteratekernel.h (1), qtconcurrentmap.h (2), qtconcurrentmapkernel.h (1), qtconcurrentmedian.h (1), qtconcurrentreducekernel.h (1), qtconcurrentrun.h (2), qtconcurrentrunbase.h (1), qtconcurrentstoredfunctioncall.h (1), qtconcurrentthreadengine.h (1) }
QtConcurrent: created version header
QtConcurrent: created master header
QtConcurrent: created headers.pri file
QtLinuxAccessibilitySupport: created fwd-include header(s) for <srcbase>/src/platformsupport/linuxaccessibility/ { application_p.h (1), atspiadaptor_p.h (1), bridge_p.h (1), cache_p.h (1), constant_mappings_p.h (1), dbusconnection_p.h (1), struct_marshallers_p.h (1) }
QtLinuxAccessibilitySupport: created version header
QtLinuxAccessibilitySupport: created master header
QtLinuxAccessibilitySupport: created headers.pri file
QtDBus: created fwd-include header(s) for <srcbase>/src/dbus/ { dbus_minimal_p.h (1), qdbus_symbols_p.h (1), qdbusabstractadaptor.h (2), qdbusabstractadaptor_p.h (1), qdbusabstractinterface.h (3), qdbusabstractinterface_p.h (1), qdbusargument.h (2), qdbusargument_p.h (1), qdbusconnection.h (2), qdbusconnection_p.h (1), qdbusconnectioninterface.h (2), qdbusconnectionmanager_p.h (1), qdbuscontext.h (2), qdbuscontext_p.h (1), qdbuserror.h (2), qdbusextratypes.h (4), qdbusintegrator_p.h (1), qdbusinterface.h (2), qdbusinterface_p.h (1), qdbusintrospection_p.h (1), qdbusmessage.h (2), qdbusmessage_p.h (1), qdbusmetaobject_p.h (1), qdbusmetatype.h (2), qdbusmetatype_p.h (1), qdbuspendingcall.h (3), qdbuspendingcall_p.h (1), qdbuspendingreply.h (3), qdbusreply.h (2), qdbusserver.h (2), qdbusservicewatcher.h (2), qdbusthreaddebug_p.h (1), qdbusunixfiledescriptor.h (2), qdbusutil_p.h (1), qdbusvirtualobject.h (2), qdbusxmlparser_p.h (1), qtdbusglobal.h (1), qtdbusglobal_p.h (1) }
QtDBus: created deprecated header(s) { qdbusmacros.h }
QtDBus: created version header
QtDBus: created master header
QtDBus: created headers.pri file
QtVulkanSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/vkconvenience/ { qbasicvulkanplatforminstance_p.h (1), qvkconvenience_p.h (1) }
QtVulkanSupport: created version header
QtVulkanSupport: created master header
QtVulkanSupport: created headers.pri file
QtGlxSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/glxconvenience/ { qglxconvenience_p.h (1) }
QtGlxSupport: created version header
QtGlxSupport: created master header
QtGlxSupport: created headers.pri file
QtThemeSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/themes/ { qabstractfileiconengine_p.h (1) }
QtThemeSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/themes/genericunix/ { qgenericunixthemes_p.h (1) }
QtThemeSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/themes/genericunix/dbusmenu/ { qdbusmenuadaptor_p.h (1), qdbusmenubar_p.h (1), qdbusmenuconnection_p.h (1), qdbusmenuregistrarproxy_p.h (1), qdbusmenutypes_p.h (1), qdbusplatformmenu_p.h (1) }
QtThemeSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/themes/genericunix/dbustray/ { qdbustrayicon_p.h (1), qdbustraytypes_p.h (1), qstatusnotifieritemadaptor_p.h (1), qxdgnotificationproxy_p.h (1) }
QtThemeSupport: created version header
QtThemeSupport: created master header
QtThemeSupport: created headers.pri file
QtAccessibilitySupport: created fwd-include header(s) for <srcbase>/src/platformsupport/accessibility/ { qaccessiblebridgeutils_p.h (1) }
QtAccessibilitySupport: created version header
QtAccessibilitySupport: created master header
QtAccessibilitySupport: created headers.pri file
QtXkbCommonSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/input/xkbcommon/ { qxkbcommon_p.h (1) }
QtXkbCommonSupport: created version header
QtXkbCommonSupport: created master header
QtXkbCommonSupport: created headers.pri file
QtANGLE/KHR: created fwd-include header(s) for <srcbase>/src/3rdparty/angle/include/KHR/ { khrplatform.h (1) }
QtANGLE/KHR: created headers.pri file
QtEventDispatcherSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/eventdispatchers/ { qeventdispatcher_glib_p.h (1), qgenericunixeventdispatcher_p.h (1), qunixeventdispatcher_qpa_p.h (1), qwindowsguieventdispatcher_p.h (1) }
QtEventDispatcherSupport: created version header
QtEventDispatcherSupport: created master header
QtEventDispatcherSupport: created headers.pri file
QtXml: created fwd-include header(s) for <srcbase>/src/xml/ { qtxmlglobal.h (1) }
QtXml: created fwd-include header(s) for <srcbase>/src/xml/dom/ { qdom.h (18), qdom_p.h (1), qdomhelpers_p.h (1) }
QtXml: created fwd-include header(s) for <srcbase>/src/xml/sax/ { qxml.h (15), qxml_p.h (1) }
QtXml: created version header
QtXml: created master header
QtXml: created headers.pri file
QtWindowsUIAutomationSupport: created fwd-include header(s) for <srcbase>/src/platformsupport/windowsuiautomation/ { qwindowsuiawrapper_p.h (1), uiaattributeids_p.h (1), uiaclientinterfaces_p.h (1), uiacontroltypeids_p.h (1), uiaerrorids_p.h (1), uiaeventids_p.h (1), uiageneralids_p.h (1), uiapatternids_p.h (1), uiapropertyids_p.h (1), uiaserverinterfaces_p.h (1), uiatypes_p.h (1) }
QtWindowsUIAutomationSupport: created version header
QtWindowsUIAutomationSupport: created master header
QtWindowsUIAutomationSupport: created headers.pri file
configure flags: -prefix /nix/store/pgjmhmmsvgk1gidzrq5fg0jw7a0ar2yx-qtbase-5.15.3 -plugindir \$\(out\)/\$\(qtPluginPrefix\) -qmldir \$\(out\)/\$\(qtQmlPrefix\) -docdir \$\(out\)/\$\(qtDocPrefix\) -verbose -confirm-license -opensource -release -shared -accessibility -optimized-qmake -strip -system-proxies -pkg-config -gui -widgets -opengl desktop -icu -L /nix/store/5d9m1vsh5dncvphskfl6bn5zmj21lk2d-icu4c-71.1/lib -I /nix/store/b2fnissxd8b9nq7nr4w9jhlpfaz3aj0w-icu4c-71.1-dev/include -pch -sse2 -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-avx2 -no-mips_dsp -no-mips_dspr2 -system-zlib -L /nix/store/x56dmc54phswx4r22z83vr1m6lyp7i17-zlib-1.2.12/lib -I /nix/store/7kkrbla6gy11mf4093fdk89pxnxym67w-zlib-1.2.12-dev/include -system-libjpeg -L /nix/store/nsw1fgk39xbmimps1dh8l7ri09wfxv2g-libjpeg-turbo-2.1.3/lib -I /nix/store/gq4xgys76v50s9ydma7ryrcylkjga93g-libjpeg-turbo-2.1.3-dev/include -system-harfbuzz -L /nix/store/w6cj6bfkapw44kfdmmzp1lysd6cm1z4i-harfbuzz-3.3.2/lib -I /nix/store/3qy980n6j4l6nz2pnh7gf7wf83d08ifb-harfbuzz-3.3.2-dev/include -system-pcre -openssl-linked -L /nix/store/9mpyjw6936kmidz34lv8m60dihw8mn8h-openssl-1.1.1o/lib -I /nix/store/slbfhssl3rjwjkynn0znngwd95653l50-openssl-1.1.1o-dev/include -system-sqlite -plugin-sql-mysql -plugin-sql-psql -make libs -make tools -nomake examples -nomake tests -rpath -xcb -qpa xcb -L /nix/store/7ap0hxy8abcj45phdqi5bx7gwdsy79ix-libX11-1.7.2/lib -I /nix/store/7ap0hxy8abcj45phdqi5bx7gwdsy79ix-libX11-1.7.2/include -L /nix/store/ccnp2ix3y012394xvrzlnkzh3dxbv0jn-libXext-1.3.4/lib -I /nix/store/ccnp2ix3y012394xvrzlnkzh3dxbv0jn-libXext-1.3.4/include -L /nix/store/z46q1w2pk7h5gpldlnwdf08mym1i3qxf-libXrender-0.9.10/lib -I /nix/store/z46q1w2pk7h5gpldlnwdf08mym1i3qxf-libXrender-0.9.10/include -libinput -cups -dbus-linked -glib -system-libpng -gtk -inotify -no-feature-renameat2 -no-feature-getentropy -L /nix/store/qinlzf6sfw6w12cmhm43svggjqvz5dnz-cups-2.4.1-lib/lib -I /nix/store/xanjbagna723ibmfmi7banscqh97j8qc-cups-2.4.1-dev/include -L /nix/store/j35llki0znjzvv55yqwd8nvkvfaqavi4-mariadb-connector-c-3.2.5/lib -I /nix/store/j35llki0znjzvv55yqwd8nvkvfaqavi4-mariadb-connector-c-3.2.5/include --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu
Creating qmake...
g++ -c -o main.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/main.cpp
g++ -c -o meta.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/meta.cpp
g++ -c -o option.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/option.cpp
g++ -c -o project.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/project.cpp
g++ -c -o property.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/property.cpp
g++ -c -o ioutils.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/ioutils.cpp
g++ -c -o proitems.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/proitems.cpp
g++ -c -o qmakebuiltins.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/qmakebuiltins.cpp
g++ -c -o qmakeevaluator.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/qmakeevaluator.cpp
g++ -c -o qmakeglobals.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/qmakeglobals.cpp
g++ -c -o qmakeparser.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/qmakeparser.cpp
g++ -c -o qmakevfs.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/library/qmakevfs.cpp
g++ -c -o pbuilder_pbx.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/mac/pbuilder_pbx.cpp
g++ -c -o makefile.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/makefile.cpp
g++ -c -o makefiledeps.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/makefiledeps.cpp
g++ -c -o metamakefile.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/metamakefile.cpp
g++ -c -o projectgenerator.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/projectgenerator.cpp
g++ -c -o unixmake2.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/unix/unixmake2.cpp
g++ -c -o unixmake.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/unix/unixmake.cpp
g++ -c -o mingw_make.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/mingw_make.cpp
g++ -c -o msbuild_objectmodel.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/msbuild_objectmodel.cpp
g++ -c -o msvc_nmake.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/msvc_nmake.cpp
g++ -c -o msvc_objectmodel.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/msvc_objectmodel.cpp
g++ -c -o msvc_vcproj.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/msvc_vcproj.cpp
g++ -c -o msvc_vcxproj.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/msvc_vcxproj.cpp
g++ -c -o winmakefile.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/win32/winmakefile.cpp
g++ -c -o xmloutput.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/qmake/generators/xmloutput.cpp
g++ -c -o qutfcodec.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/codecs/qutfcodec.cpp
g++ -c -o qendian.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qendian.cpp
g++ -c -o qglobal.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qglobal.cpp
g++ -c -o qlogging.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qlogging.cpp
g++ -c -o qmalloc.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qmalloc.cpp
g++ -c -o qnumeric.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qnumeric.cpp
g++ -c -o qoperatingsystemversion.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qoperatingsystemversion.cpp
g++ -c -o qrandom.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/global/qrandom.cpp
g++ -c -o qabstractfileengine.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qabstractfileengine.cpp
g++ -c -o qbuffer.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qbuffer.cpp
g++ -c -o qdatastream.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qdatastream.cpp
g++ -c -o qdebug.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qdebug.cpp
g++ -c -o qdir.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qdir.cpp
g++ -c -o qdiriterator.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qdiriterator.cpp
g++ -c -o qfile.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfile.cpp
g++ -c -o qfiledevice.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfiledevice.cpp
g++ -c -o qfileinfo.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfileinfo.cpp
g++ -c -o qfilesystemengine.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfilesystemengine.cpp
g++ -c -o qfilesystementry.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfilesystementry.cpp
g++ -c -o qfsfileengine.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfsfileengine.cpp
g++ -c -o qfsfileengine_iterator.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfsfileengine_iterator.cpp
g++ -c -o qiodevice.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qiodevice.cpp
g++ -c -o qsettings.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qsettings.cpp
g++ -c -o qtemporaryfile.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qtemporaryfile.cpp
g++ -c -o qtextstream.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qtextstream.cpp
g++ -c -o qcborstreamwriter.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qcborstreamwriter.cpp
g++ -c -o qcborvalue.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qcborvalue.cpp
g++ -c -o qjsoncbor.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qjsoncbor.cpp
g++ -c -o qjsonarray.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qjsonarray.cpp
g++ -c -o qjsondocument.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qjsondocument.cpp
g++ -c -o qjsonobject.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qjsonobject.cpp
g++ -c -o qjsonparser.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qjsonparser.cpp
g++ -c -o qjsonvalue.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qjsonvalue.cpp
g++ -c -o qmetatype.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/kernel/qmetatype.cpp
g++ -c -o qsystemerror.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/kernel/qsystemerror.cpp
g++ -c -o qvariant.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/kernel/qvariant.cpp
g++ -c -o quuid.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/plugin/quuid.cpp
g++ -c -o qarraydata.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qarraydata.cpp
g++ -c -o qbitarray.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qbitarray.cpp
g++ -c -o qbytearray.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qbytearray.cpp
g++ -c -o qbytearraylist.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qbytearraylist.cpp
g++ -c -o qbytearraymatcher.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qbytearraymatcher.cpp
g++ -c -o qcalendar.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/time/qcalendar.cpp
g++ -c -o qgregoriancalendar.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/time/qgregoriancalendar.cpp
g++ -c -o qromancalendar.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/time/qromancalendar.cpp
g++ -c -o qcryptographichash.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qcryptographichash.cpp
g++ -c -o qdatetime.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/time/qdatetime.cpp
g++ -c -o qhash.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qhash.cpp
g++ -c -o qlist.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qlist.cpp
g++ -c -o qlocale.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qlocale.cpp
g++ -c -o qlocale_tools.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qlocale_tools.cpp
g++ -c -o qmap.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qmap.cpp
g++ -c -o qregexp.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qregexp.cpp
g++ -c -o qringbuffer.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qringbuffer.cpp
g++ -c -o qstringbuilder.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qstringbuilder.cpp
g++ -c -o qstring.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qstring.cpp
g++ -c -o qstringlist.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qstringlist.cpp
g++ -c -o qversionnumber.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/tools/qversionnumber.cpp
g++ -c -o qvsnprintf.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qvsnprintf.cpp
g++ -c -o qxmlstream.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qxmlstream.cpp
g++ -c -o qxmlutils.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/serialization/qxmlutils.cpp
g++ -c -o qcore_unix.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/kernel/qcore_unix.cpp
g++ -c -o qfilesystemengine_unix.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfilesystemengine_unix.cpp
g++ -c -o qfilesystemiterator_unix.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfilesystemiterator_unix.cpp
g++ -c -o qfsfileengine_unix.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/io/qfsfileengine_unix.cpp
g++ -c -o qlocale_unix.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /build/qtbase-ee7a89b/src/corelib/text/qlocale_unix.cpp
g++ -c -o qlibraryinfo.o   -std=c++11 -ffunction-sections -fdata-sections -O2 -g  -I/build/qtbase-ee7a89b/qmake -I/build/qtbase-ee7a89b/qmake/library -I/build/qtbase-ee7a89b/qmake/generators -I/build/qtbase-ee7a89b/src/3rdparty/tinycbor/src -I/build/qtbase-ee7a89b/qmake/generators/unix -I/build/qtbase-ee7a89b/qmake/generators/win32 -I/build/qtbase-ee7a89b/qmake/generators/mac -I/build/qtbase-ee7a89b/include -I/build/qtbase-ee7a89b/include/QtCore -I/build/qtbase-ee7a89b/include/QtCore/5.15.3 -I/build/qtbase-ee7a89b/include/QtCore/5.15.3/QtCore -I../src/corelib/global -I/build/qtbase-ee7a89b/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.3\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=3 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH -DQT_BUILD_QMAKE_BOOTSTRAP /build/qtbase-ee7a89b/src/corelib/global/qlibraryinfo.cpp
g++ -o "../bin/qmake" main.o meta.o option.o project.o property.o ioutils.o proitems.o qmakebuiltins.o qmakeevaluator.o qmakeglobals.o qmakeparser.o qmakevfs.o pbuilder_pbx.o makefile.o makefiledeps.o metamakefile.o projectgenerator.o unixmake2.o unixmake.o mingw_make.o msbuild_objectmodel.o msvc_nmake.o msvc_objectmodel.o msvc_vcproj.o msvc_vcxproj.o winmakefile.o xmloutput.o qutfcodec.o qendian.o qglobal.o qlogging.o qmalloc.o qnumeric.o qoperatingsystemversion.o qrandom.o qabstractfileengine.o qbuffer.o qdatastream.o qdebug.o qdir.o qdiriterator.o qfile.o qfiledevice.o qfileinfo.o qfilesystemengine.o qfilesystementry.o qfsfileengine.o qfsfileengine_iterator.o qiodevice.o qsettings.o qtemporaryfile.o qtextstream.o qcborstreamwriter.o qcborvalue.o qjsoncbor.o qjsonarray.o qjsondocument.o qjsonobject.o qjsonparser.o qjsonvalue.o qmetatype.o qsystemerror.o qvariant.o quuid.o qarraydata.o qbitarray.o qbytearray.o qbytearraylist.o qbytearraymatcher.o qcalendar.o qgregoriancalendar.o qromancalendar.o qcryptographichash.o qdatetime.o qhash.o qlist.o qlocale.o qlocale_tools.o qmap.o qregexp.o qringbuffer.o qstringbuilder.o qstring.o qstringlist.o qversionnumber.o qvsnprintf.o qxmlstream.o qxmlutils.o qcore_unix.o qfilesystemengine_unix.o qfilesystemiterator_unix.o qfsfileengine_unix.o qlocale_unix.o  qlibraryinfo.o   -Wl,--gc-sections
Info: creating cache file /build/qtbase-ee7a89b/.qmake.cache
ERROR: Unknown command line option '--build=x86_64-unknown-linux-gnu'.

trofi added a commit to trofi/nixpkgs that referenced this pull request Jun 21, 2022
Useful to enable tree-wide occasionally to have incremental progress
towards NixOS#87909 resolution.
@trofi
Copy link
Contributor

trofi commented Jun 23, 2022

To get a bit of incremental progress i'll collect packages known to fail here and possible links to fix them incrementally:

trofi added a commit to trofi/nixpkgs that referenced this pull request Jul 16, 2022
In NixOS#87909 ("stdenv: always
pass --build, --host to configure") we noticed that stdenv.cc
exposes `c++` as a wrapped bianry and `x86_64-unknown-linux-gnu-c++`
as unsrapped binary.

As a result `x86_64-unknown-linux-gnu-c++` was not able to create
basic bianries. This makes seepingly no-op `--host=x86_64-unknown-linux-gnu`
option for `./configure` a breaking change.

This change adds wrappers to prefixed binaries for cross and
native cases where such an inconsistency exists. New validation
change will catch new possible inconsistencies. It already caught
existing inconsistencies in: `gcc`, `gfortran`, `gcj`, `gccgo`, `gdc`,
`clang`.

At least `radare2` build is fixed by consistent wrappers. It used to fail
before as:

    radare2> ERROR: x86_64-unknown-linux-gnu-gcc cannot create executables

Issue: NixOS#178802
@rnhmjoj
Copy link
Contributor

rnhmjoj commented Feb 20, 2023

Is anyone still working on this?

@trofi
Copy link
Contributor

trofi commented Feb 20, 2023

I have not seen PRs recently. I think it's still worth doing.

@rnhmjoj
Copy link
Contributor

rnhmjoj commented Jun 9, 2023

So, I finally have some free time: what can I do to help get this done?

@trofi
Copy link
Contributor

trofi commented Jun 9, 2023

I would suggest trying configurePlatformsByDefault = true; for your system and try to fix whatever is failing.

radare2 is a good example that shows $tool-gcc (unwrapped) vs gcc (wrapped) mismatch. They have to be the same to not break ./configure. There are a few more issues like that.

@tobim
Copy link
Contributor

tobim commented Jun 9, 2023

I tried to build some stuff on this branch, here is what I got in failures so far:

clisp.log
ctx.log
ekho.log
elf-dissector-unstable.log
etesync-dav.log
grub4dos.log
infamousPlugins.log
keybinder.log
koboredux.log
libftdi.log
netris.log
nokogiri.log
poppler-qt5.log
python310Packages.mlflow-server.log
python310Packages.rfc3986-validator.log
redshift.log
runit.log
shocco.log
shogun.log
tremor.log
tudu.log
yash.log

I planned to start opening PRs over the weekend.
I can share logs is you want them.

@tobim
Copy link
Contributor

tobim commented Jun 9, 2023

I would look for derivations with custom configureScripts as candidates.
Unfortunately we don't know what packages use hand written Makefiles from nixpkgs directly. Those are likely candidates to fail too.

@uri-canva
Copy link
Contributor

@tobim are you trying on this branch, or on master with the commits in this branch rebased on top of it?

@tobim
Copy link
Contributor

tobim commented Jun 26, 2023

I rebased the branch on top of 1460498 (April 5 2023) when I started. I didn't update after that to save time.

@uri-canva
Copy link
Contributor

To prevent regressions would it be helpful to override this at a package level? So we could start building packages in hydra with this set?

@uri-canva
Copy link
Contributor

This fix might be relevant if you're testing changes in cross compiling with this PR: #240435.

@wegank wegank added 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 2.status: merge conflict labels Mar 19, 2024
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet