Qt 6.11 is out! See what's new in the release
blog
Need second opinion
-
Could somebody please check my build output ?
Do it look "legal" ?
It runs...11:51:08: Running steps for project SUBPROJECT... 11:51:08: Starting: "/home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake" /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/SUBPROJECT.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug Project MESSAGE: CAT project MAY 20 11:51:08: The process "/home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake" exited normally. 11:51:08: Starting: "/usr/bin/make" -f /mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/Makefile qmake_all cd qtconnectivity/examples/bluetooth/btscanner/ && /home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake -o Makefile /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/qtconnectivity/examples/bluetooth/btscanner/btscanner.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug cd qtconnectivity/examples/bluetooth/btscanner/ && /usr/bin/make -f Makefile qmake_all make[1]: Entering directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtconnectivity/examples/bluetooth/btscanner' make[1]: Nothing to be done for 'qmake_all'. make[1]: Leaving directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtconnectivity/examples/bluetooth/btscanner' cd qtbase/examples/widgets/mainwindows/mdi/ && /home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake -o Makefile /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/qtbase/examples/widgets/mainwindows/mdi/mdi.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug cd qtbase/examples/widgets/mainwindows/mdi/ && /usr/bin/make -f Makefile qmake_all make[1]: Entering directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtbase/examples/widgets/mainwindows/mdi' make[1]: Nothing to be done for 'qmake_all'. make[1]: Leaving directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtbase/examples/widgets/mainwindows/mdi' 11:51:11: The process "/usr/bin/make" exited normally. 11:51:11: Elapsed time: 00:02. -
- Install 5.15.2 in /opt/ because your project will not build anymore if you copy it to another machine. I normally install it into /opt/thirdParties/Qt.
- build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtbase/examples are built with 5.15.2. When 5.15.2 is installed, it has its own examples. No big deal here. But often, you do not want to build Qt examples of higher version with lower version Qt build.
-
Appreciate all comments.
I got into BIG trouble with OpenGL and ended up switching to another OS and basically started over.
No big deal , I am just hoping I can recover my btscanner access and my forms.I said it before - I have no idea why Maintenance tool wants to "update " to 6.2 and I end up with 5.15.2 anyway. ;
Again thanks for spending time to look this over.
-
Looks good, yes.Whoops sorry, didn't see other replies!