<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Need second opinion]]></title><description><![CDATA[<p dir="auto">Could somebody please check my build output ?<br />
Do it look "legal" ?<br />
It runs...</p>
<pre><code>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/ &amp;&amp; /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/ &amp;&amp; /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/ &amp;&amp; /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/ &amp;&amp; /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.
</code></pre>
]]></description><link>https://forum.qt.io/topic/126841/need-second-opinion</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 07:41:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/126841.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 May 2021 16:56:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need second opinion on Sat, 22 May 2021 09:30:42 GMT]]></title><description><![CDATA[<p dir="auto"><s>Looks good, yes.</s> Whoops sorry, didn't see other replies!</p>
]]></description><link>https://forum.qt.io/post/660987</link><guid isPermaLink="true">https://forum.qt.io/post/660987</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Sat, 22 May 2021 09:30:42 GMT</pubDate></item><item><title><![CDATA[Reply to Need second opinion on Thu, 20 May 2021 18:24:02 GMT]]></title><description><![CDATA[<p dir="auto">You still have OpenGL problem? Post your problem here. We will help you out. This can not be the reason for you to switch OS.</p>
]]></description><link>https://forum.qt.io/post/660758</link><guid isPermaLink="true">https://forum.qt.io/post/660758</guid><dc:creator><![CDATA[JoeCFD]]></dc:creator><pubDate>Thu, 20 May 2021 18:24:02 GMT</pubDate></item><item><title><![CDATA[Reply to Need second opinion on Thu, 20 May 2021 18:02:10 GMT]]></title><description><![CDATA[<p dir="auto">Appreciate all comments.<br />
I got into BIG trouble with OpenGL  and ended up switching to another OS and basically started over.<br />
No big deal , I am just hoping I can recover my btscanner access and my forms.</p>
<p dir="auto">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. ;</p>
<p dir="auto">Again thanks for spending time to look this over.</p>
]]></description><link>https://forum.qt.io/post/660757</link><guid isPermaLink="true">https://forum.qt.io/post/660757</guid><dc:creator><![CDATA[Anonymous_Banned275]]></dc:creator><pubDate>Thu, 20 May 2021 18:02:10 GMT</pubDate></item><item><title><![CDATA[Reply to Need second opinion on Thu, 20 May 2021 17:24:35 GMT]]></title><description><![CDATA[<ol>
<li>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.</li>
<li>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.</li>
</ol>
]]></description><link>https://forum.qt.io/post/660753</link><guid isPermaLink="true">https://forum.qt.io/post/660753</guid><dc:creator><![CDATA[JoeCFD]]></dc:creator><pubDate>Thu, 20 May 2021 17:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to Need second opinion on Thu, 20 May 2021 17:11:02 GMT]]></title><description><![CDATA[<p dir="auto">Looks like you built your project once successfully then asked to build it again.</p>
<blockquote>
<p dir="auto">make[1]: Nothing to be done for 'qmake_all'.</p>
</blockquote>
<p dir="auto">Means everything was already there so it didn't need to build again.</p>
<p dir="auto">You can consider the build a success</p>
]]></description><link>https://forum.qt.io/post/660752</link><guid isPermaLink="true">https://forum.qt.io/post/660752</guid><dc:creator><![CDATA[VRonin]]></dc:creator><pubDate>Thu, 20 May 2021 17:11:02 GMT</pubDate></item></channel></rss>