<?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[QtMqtt deployment Failed]]></title><description><![CDATA[<p dir="auto">I tried to use Mqtt to communicate in the project. So I downloaded the 5.14.2 version of mqtt from <a href="https://github.com/qt/qtmqtt" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt/qtmqtt</a>. I encountered the following problems during the compilation process:<br />
1：<br />
<img src="https://ddgobkiprc33d.cloudfront.net/1fe151b9-4368-44d4-9763-e7d8d946f24a.png" alt="d736b901-fbd1-41b1-92aa-e3227babd908-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">2.For the above problem, I put Mqtt in the mqtt source directory under the Qt installation directory, it can be solved, and the compilation can be completed normally.<br />
3.Then I tried to deploy mqtt to the Qt installation directory. The specific process is shown in this link: <a href="https://www.pianshen.com/article/74801067784/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.pianshen.com/article/74801067784/</a></p>
<p dir="auto">4.I created a new project, QT+=mqtt in the .pro file, and #include&lt;QtMqtt/QtMqtt&gt; in the c++ file, and the following error occurred when compiling<br />
<img src="https://ddgobkiprc33d.cloudfront.net/46bdb186-fd34-4492-8111-226e7093c6e3.png" alt="e6531dc0-9561-429b-a94e-d63952a09f8a-image.png" class=" img-fluid img-markdown" /><br />
5.The mqtt module almost crashed me. I asked someone to analyze the reason. It looks like 6 when compiling normally.</p>
<p dir="auto">6.<img src="https://ddgobkiprc33d.cloudfront.net/34a9d185-6606-40d8-b001-58a4b668fdff.png" alt="8493f31c-dcbe-4bcb-9b18-10093279dae4-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">7.The abnormal compilation is shown in 7, can you help me? I'm about to break down<br />
<img src="https://ddgobkiprc33d.cloudfront.net/ba77048b-f343-4a6c-bf3c-3c5d14967bdf.png" alt="bd11e1ff-a77a-4cbf-a579-547e54911fe5-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/126009/qtmqtt-deployment-failed</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 16:33:07 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/126009.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Apr 2021 17:28:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QtMqtt deployment Failed on Tue, 27 Apr 2021 06:19:58 GMT]]></title><description><![CDATA[<p dir="auto">I meant the release of Perl, the <a href="https://wiki.qt.io/Building_Qt_5_from_Git" target="_blank" rel="noopener noreferrer nofollow ugc">guide to build Qt 5 from Git</a> recommends StrawberryPerl.</p>
<p dir="auto">As I said before, the log you are showing here looks like a build on top of an already attempted build rather than one from scratch (which means completely nuking the build folder). The "nothing to be done" typically appears when there's already been a build (successful or not) done.</p>
<p dir="auto">Hence I am asking you to do a full clean rebuild which means completely removing the build folders before hitting the build button. You should have a message near the start of the build process stating that the forward headers are being generated if they are not then you likely have an issue with pearl.</p>
]]></description><link>https://forum.qt.io/post/656632</link><guid isPermaLink="true">https://forum.qt.io/post/656632</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 27 Apr 2021 06:19:58 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Tue, 27 Apr 2021 05:51:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> said in <a href="/post/656592">QtMqtt deployment Failed</a>:</p>
<blockquote>
<p dir="auto">Which version of Perl are you using ?<br />
From the looks of it, it's not the log of a complete full rebuild.<br />
perl version is  5.22.1</p>
</blockquote>
<p dir="auto">He did not complete the compilation, mingw32-make[2]: Nothing to be done for'qmake_all' will appear.</p>
]]></description><link>https://forum.qt.io/post/656630</link><guid isPermaLink="true">https://forum.qt.io/post/656630</guid><dc:creator><![CDATA[arilink]]></dc:creator><pubDate>Tue, 27 Apr 2021 05:51:01 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Mon, 26 Apr 2021 19:46:57 GMT]]></title><description><![CDATA[<p dir="auto">Which version of Perl are you using ?</p>
<p dir="auto">From the looks of it, it's not the log of a complete full rebuild.</p>
]]></description><link>https://forum.qt.io/post/656592</link><guid isPermaLink="true">https://forum.qt.io/post/656592</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 26 Apr 2021 19:46:57 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Mon, 26 Apr 2021 10:51:56 GMT]]></title><description><![CDATA[<p dir="auto">Compiler Environment:<br />
1.window 10 x64<br />
2.Qt 5.15.2<br />
I downloaded QtMqtt 5.12 version of Mqtt from github and then compiled it. There were a lot of errors. No matter how I tried, the compilation could not be completed normally.<br />
The following is the specific compilation information</p>
<p dir="auto">cd src/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/src/src.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd src/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[1]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src'<br />
cd mqtt/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/src/mqtt/mqtt.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd mqtt/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[2]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src/mqtt'<br />
mingw32-make[2]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[2]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src/mqtt'<br />
mingw32-make[1]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src'<br />
cd examples/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/examples.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd examples/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[1]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples'<br />
cd mqtt/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/mqtt.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd mqtt/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[2]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt'<br />
cd consolepubsub/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/consolepubsub/consolepubsub.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd consolepubsub/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/consolepubsub'<br />
D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile.qtmqtt_pub E:/Mark1/qtmqtt-5.15.2/examples/mqtt/consolepubsub/qtmqtt_pub.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile.qtmqtt_pub qmake_all<br />
mingw32-make[4]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/consolepubsub'<br />
mingw32-make[4]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[4]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/consolepubsub'<br />
D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile.qtmqtt_sub E:/Mark1/qtmqtt-5.15.2/examples/mqtt/consolepubsub/qtmqtt_sub.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile.qtmqtt_sub qmake_all<br />
mingw32-make[4]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/consolepubsub'<br />
mingw32-make[4]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[4]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/consolepubsub'<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/consolepubsub'<br />
cd simpleclient/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/simpleclient/simpleclient.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd simpleclient/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/simpleclient'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/simpleclient'<br />
cd subscriptions/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/subscriptions/subscriptions.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd subscriptions/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/subscriptions'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/subscriptions'<br />
cd quicksubscription/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/quicksubscription/quicksubscription.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd quicksubscription/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/quicksubscription'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/quicksubscription'<br />
cd quickpublication/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/quickpublication/quickpublication.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd quickpublication/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/quickpublication'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/quickpublication'<br />
cd websocketsubscription/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/examples/mqtt/websocketsubscription/websocketsubscription.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd websocketsubscription/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/websocketsubscription'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt/websocketsubscription'<br />
mingw32-make[2]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples/mqtt'<br />
mingw32-make[1]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/examples'<br />
cd tests/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/tests.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd tests/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[1]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests'<br />
cd auto/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/auto.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd auto/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[2]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto'<br />
cd cmake/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/cmake/cmake.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
Project MESSAGE: cmake executable not found. Not running CMake unit tests<br />
cd cmake/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/cmake'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/cmake'<br />
cd conformance/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/conformance/conformance.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd conformance/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/conformance'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/conformance'<br />
cd qmqttconnectionproperties/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttconnectionproperties/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttconnectionproperties'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttconnectionproperties'<br />
cd qmqttcontrolpacket/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttcontrolpacket/qmqttcontrolpacket.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttcontrolpacket/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttcontrolpacket'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttcontrolpacket'<br />
cd qmqttclient/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttclient/qmqttclient.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttclient/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttclient'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttclient'<br />
cd qmqttlastwillproperties/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttlastwillproperties/qmqttlastwillproperties.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttlastwillproperties/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttlastwillproperties'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttlastwillproperties'<br />
cd qmqttpublishproperties/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttpublishproperties/qmqttpublishproperties.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttpublishproperties/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttpublishproperties'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttpublishproperties'<br />
cd qmqttsubscription/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttsubscription/qmqttsubscription.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttsubscription/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttsubscription'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttsubscription'<br />
cd qmqttsubscriptionproperties/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqttsubscriptionproperties/qmqttsubscriptionproperties.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttsubscriptionproperties/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttsubscriptionproperties'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqttsubscriptionproperties'<br />
cd qmqtttopicname/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqtttopicname/qmqtttopicname.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqtttopicname/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqtttopicname'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqtttopicname'<br />
cd qmqtttopicfilter/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/auto/qmqtttopicfilter/qmqtttopicfilter.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqtttopicfilter/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqtttopicfilter'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto/qmqtttopicfilter'<br />
mingw32-make[2]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/auto'<br />
cd benchmarks/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/benchmarks/benchmarks.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd benchmarks/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[2]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/benchmarks'<br />
cd qmqttclient/ &amp;&amp; D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/tests/benchmarks/qmqttclient/qmqttclient.pro -spec win32-g++ CONFIG+=qtquickcompiler<br />
cd qmqttclient/ &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile qmake_all<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/benchmarks/qmqttclient'<br />
mingw32-make[3]: Nothing to be done for 'qmake_all'.<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/benchmarks/qmqttclient'<br />
mingw32-make[2]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests/benchmarks'<br />
mingw32-make[1]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/tests'<br />
17:11:45: 进程"D:\Qt\Qt5.15.2\Tools\mingw810_32\bin\mingw32-make.exe"正常退出。<br />
17:11:45: 正在启动 "D:\Qt\Qt5.15.2\Tools\mingw810_32\bin\mingw32-make.exe" -j12</p>
<p dir="auto">cd src/ &amp;&amp; ( test -e Makefile || D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/src/src.pro -spec win32-g++ CONFIG+=qtquickcompiler ) &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile<br />
mingw32-make[1]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src'<br />
cd mqtt/ &amp;&amp; ( test -e Makefile || D:/Qt/Qt5.15.2/5.15.2/mingw81_32/bin/qmake.exe -o Makefile E:/Mark1/qtmqtt-5.15.2/src/mqtt/mqtt.pro -spec win32-g++ CONFIG+=qtquickcompiler ) &amp;&amp; D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile<br />
mingw32-make[2]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src/mqtt'<br />
D:/Qt/Qt5.15.2/Tools/mingw810_32/bin/mingw32-make -f Makefile.Release<br />
mingw32-make[3]: Entering directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src/mqtt'<br />
g++ -c -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O2 -g -std=c++1z -fno-exceptions -Wall -Wextra -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_MQTT_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -IE:/Mark1/qtmqtt-5.15.2/src/mqtt -I. -IE:/Mark1/qtmqtt-5.15.2/include -IE:/Mark1/qtmqtt-5.15.2/include/QtMqtt -I../../include -I../../include/QtMqtt -IE:/Mark1/qtmqtt-5.15.2/include/QtMqtt/5.15.2 -IE:/Mark1/qtmqtt-5.15.2/include/QtMqtt/5.15.2/QtMqtt -Itmp -ID:/Qt/Qt5.15.2/5.15.2/mingw81_32/include -ID:/Qt/Qt5.15.2/5.15.2/mingw81_32/include/QtNetwork -ID:/Qt/Qt5.15.2/5.15.2/mingw81_32/include/QtCore/5.15.2 -ID:/Qt/Qt5.15.2/5.15.2/mingw81_32/include/QtCore/5.15.2/QtCore -ID:/Qt/Qt5.15.2/5.15.2/mingw81_32/include/QtCore -I.moc/release -IC:\openssl\include -IC:\Utils\my_sql\mysql-5.7.25-win32\include -IC:\Utils\postgresql\pgsql\include -ID:/Qt/Qt5.15.2/5.15.2/mingw81_32/mkspecs/win32-g++ -o .obj/release/qmqttauthenticationproperties.o E:/Mark1/qtmqtt-5.15.2/src/mqtt/qmqttauthenticationproperties.cpp<br />
In file included from E:/Mark1/qtmqtt-5.15.2/src/mqtt/qmqttauthenticationproperties.cpp:30:<br />
E:/Mark1/qtmqtt-5.15.2/src/mqtt/qmqttauthenticationproperties.h:33:10: fatal error: QtMqtt/qmqttglobal.h: No such file or directory<br />
#include &lt;QtMqtt/qmqttglobal.h&gt;<br />
^~~~~~~~~~~~~~~~~~~~~~<br />
compilation terminated.<br />
mingw32-make[3]: *** [Makefile.Release:584: .obj/release/qmqttauthenticationproperties.o] Error 1<br />
mingw32-make[2]: *** [Makefile:45: release] Error 2<br />
mingw32-make[1]: *** [Makefile:50: sub-mqtt-make_first] Error 2<br />
mingw32-make: *** [Makefile:52: sub-src-make_first] Error 2<br />
mingw32-make[3]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src/mqtt'<br />
mingw32-make[2]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src/mqtt'<br />
mingw32-make[1]: Leaving directory 'E:/Mark1/build-qtmqtt-Desktop_Qt_5_15_2_MinGW_32_bit-Release/src'<br />
17:11:48: 进程"D:\Qt\Qt5.15.2\Tools\mingw810_32\bin\mingw32-make.exe"退出，退出代码 2 。<br />
Error while building/deploying project qtmqtt (kit: Desktop Qt 5.15.2 MinGW 32-bit)<br />
When executing step "Make"</p>
]]></description><link>https://forum.qt.io/post/656479</link><guid isPermaLink="true">https://forum.qt.io/post/656479</guid><dc:creator><![CDATA[arilink]]></dc:creator><pubDate>Mon, 26 Apr 2021 10:51:56 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Mon, 26 Apr 2021 09:14:14 GMT]]></title><description><![CDATA[<p dir="auto">No matter how I set it up, the compilation cannot be completed normally. I don’t know where the problem is.</p>
]]></description><link>https://forum.qt.io/post/656452</link><guid isPermaLink="true">https://forum.qt.io/post/656452</guid><dc:creator><![CDATA[arilink]]></dc:creator><pubDate>Mon, 26 Apr 2021 09:14:14 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Sat, 24 Apr 2021 19:00:42 GMT]]></title><description><![CDATA[<p dir="auto">Can you restart the build of QtMqtt from scratch nuking the build directory first ?</p>
<p dir="auto">Check any output that shows error when configuring/starting the build.</p>
]]></description><link>https://forum.qt.io/post/656279</link><guid isPermaLink="true">https://forum.qt.io/post/656279</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 24 Apr 2021 19:00:42 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Sat, 24 Apr 2021 11:11:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> said in <a href="/post/656152">QtMqtt deployment Failed</a>:</p>
<blockquote>
<p dir="auto">t源，因此您可能会在系统上缺少标头生成部分的Perl，这可能解释了模块构建失败的原因。<br />
I already have perl installed on my computer. How can I solve this problem?</p>
</blockquote>
]]></description><link>https://forum.qt.io/post/656244</link><guid isPermaLink="true">https://forum.qt.io/post/656244</guid><dc:creator><![CDATA[arilink]]></dc:creator><pubDate>Sat, 24 Apr 2021 11:11:26 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt deployment Failed on Fri, 23 Apr 2021 18:14:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Since you are using git sources you are likely missing Perl on your system for the header generation part which would explain why your build of the module failed.</p>
]]></description><link>https://forum.qt.io/post/656152</link><guid isPermaLink="true">https://forum.qt.io/post/656152</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 23 Apr 2021 18:14:09 GMT</pubDate></item></channel></rss>