Running configuration tests...
Checking for libclang... yes
Done running configuration tests.

Configure summary:

Qt Tools:
  Qt Assistant ........................... yes
  Qt Designer ............................ yes
  Qt Distance Field Generator ............ yes
  kmap2qmap .............................. yes
  Qt Linguist ............................ yes
  Mac Deployment Tool .................... no
  makeqpf ................................ yes
  pixeltool .............................. yes
  qdbus .................................. yes
  qev .................................... yes
  Qt Attributions Scanner ................ yes
  qtdiag ................................. yes
  qtpaths ................................ yes
  qtplugininfo ........................... yes
  Windows deployment tool ................ no
  WinRT Runner Tool ...................... no
Qt Tools:
  QDoc ................................... yes

Qt is now configured for building. Just run 'make'.
Once everything is built, you must run 'make install'.
Qt will be installed into '/usr'.

Prior to reconfiguration, make sure you remove any leftovers from
the previous build.

../lib/uilib/abstractformbuilder.cpp: In member function ‘void QFormInternal::QAbstractFormBuilder::saveItemViewExtraInfo(const QAbstractItemView*, QFormInternal::DomWidget*, QFormInternal::DomWidget*)’:
../lib/uilib/abstractformbuilder.cpp:1958:29: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 1958 |         for (const QString &realPropertyName : realPropertyNames) {
      |                             ^~~~~~~~~~~~~~~~
../lib/uilib/abstractformbuilder.cpp:1958:29: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
../lib/uilib/abstractformbuilder.cpp:1980:33: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 1980 |             for (const QString &realPropertyName : realPropertyNames) {
      |                                 ^~~~~~~~~~~~~~~~
../lib/uilib/abstractformbuilder.cpp:1980:33: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
../lib/uilib/abstractformbuilder.cpp: In member function ‘void QFormInternal::QAbstractFormBuilder::loadItemViewExtraInfo(QFormInternal::DomWidget*, QAbstractItemView*, QWidget*)’:
../lib/uilib/abstractformbuilder.cpp:2336:29: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 2336 |         for (const QString &realPropertyName : realPropertyNames) {
      |                             ^~~~~~~~~~~~~~~~
../lib/uilib/abstractformbuilder.cpp:2336:29: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
../lib/uilib/abstractformbuilder.cpp:2356:33: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 2356 |             for (const QString &realPropertyName : realPropertyNames) {
      |                                 ^~~~~~~~~~~~~~~~
../lib/uilib/abstractformbuilder.cpp:2356:33: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
qtpaths.cpp: In function ‘int main(int, char**)’:
qtpaths.cpp:263:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  263 |         const StringEnum &location = parseLocationOrError(parser.value(display));
      |                           ^~~~~~~~
qtpaths.cpp:263:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(display))’
  263 |         const StringEnum &location = parseLocationOrError(parser.value(display));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
qtpaths.cpp:269:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  269 |         const StringEnum &location = parseLocationOrError(parser.value(paths));
      |                           ^~~~~~~~
qtpaths.cpp:269:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(paths))’
  269 |         const StringEnum &location = parseLocationOrError(parser.value(paths));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
qtpaths.cpp:275:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  275 |         const StringEnum &location = parseLocationOrError(parser.value(writablePath));
      |                           ^~~~~~~~
qtpaths.cpp:275:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(writablePath))’
  275 |         const StringEnum &location = parseLocationOrError(parser.value(writablePath));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
qtpaths.cpp:287:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  287 |         const StringEnum &location = parseLocationOrError(parser.value(locateDir));
      |                           ^~~~~~~~
qtpaths.cpp:287:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(locateDir))’
  287 |         const StringEnum &location = parseLocationOrError(parser.value(locateDir));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
qtpaths.cpp:294:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  294 |         const StringEnum &location = parseLocationOrError(parser.value(locateFile));
      |                           ^~~~~~~~
qtpaths.cpp:294:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(locateFile))’
  294 |         const StringEnum &location = parseLocationOrError(parser.value(locateFile));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
qtpaths.cpp:301:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  301 |         const StringEnum &location = parseLocationOrError(parser.value(locateDirs));
      |                           ^~~~~~~~
qtpaths.cpp:301:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(locateDirs))’
  301 |         const StringEnum &location = parseLocationOrError(parser.value(locateDirs));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
qtpaths.cpp:308:27: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  308 |         const StringEnum &location = parseLocationOrError(parser.value(locateFiles));
      |                           ^~~~~~~~
qtpaths.cpp:308:58: note: the temporary was destroyed at the end of the full expression ‘parseLocationOrError(QCommandLineParser::value(const QCommandLineOption&) const(locateFiles))’
  308 |         const StringEnum &location = parseLocationOrError(parser.value(locateFiles));
      |                                      ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
uilib/abstractformbuilder.cpp: In member function ‘void QAbstractFormBuilder::saveItemViewExtraInfo(const QAbstractItemView*, DomWidget*, DomWidget*)’:
uilib/abstractformbuilder.cpp:1958:29: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 1958 |         for (const QString &realPropertyName : realPropertyNames) {
      |                             ^~~~~~~~~~~~~~~~
uilib/abstractformbuilder.cpp:1958:29: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
uilib/abstractformbuilder.cpp:1980:33: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 1980 |             for (const QString &realPropertyName : realPropertyNames) {
      |                                 ^~~~~~~~~~~~~~~~
uilib/abstractformbuilder.cpp:1980:33: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
uilib/abstractformbuilder.cpp: In member function ‘void QAbstractFormBuilder::loadItemViewExtraInfo(DomWidget*, QAbstractItemView*, QWidget*)’:
uilib/abstractformbuilder.cpp:2336:29: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 2336 |         for (const QString &realPropertyName : realPropertyNames) {
      |                             ^~~~~~~~~~~~~~~~
uilib/abstractformbuilder.cpp:2336:29: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
uilib/abstractformbuilder.cpp:2356:33: warning: loop variable ‘realPropertyName’ of type ‘const QString&’ binds to a temporary constructed from type ‘const QLatin1String’ [-Wrange-loop-construct]
 2356 |             for (const QString &realPropertyName : realPropertyNames) {
      |                                 ^~~~~~~~~~~~~~~~
uilib/abstractformbuilder.cpp:2356:33: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const QLatin1String&’ to prevent copying
main.cpp:0: Note: No relevant classes found. No output generated.