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:71: note: ‘QString’ temporary created here
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:71: note: ‘QString’ temporary created here
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:71: note: ‘QString’ temporary created here
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:71: note: ‘QString’ temporary created here
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:71: note: ‘QString’ temporary created here
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:71: note: ‘QString’ temporary created here
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:71: note: ‘QString’ temporary created here
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.