<?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[Unable to build QT:Mqtt module]]></title><description><![CDATA[<p dir="auto">I have cloned the the source via git://code.qt.io/qt/qtmqtt.git.</p>
<p dir="auto">I'm using Qt Creator 4.12.0<br />
Based on Qt 5.14.2 (MSVC 2017, 32 bit)<br />
Kits<br />
<img src="https://ddgobkiprc33d.cloudfront.net/86b82d6c-b681-4d4f-8b8b-81eef39012ac.png" alt="0a79055f-c3c2-4f65-a189-ea66918d025a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is the error</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/351bf471-a250-4089-92d6-8b4c4ad895a7.png" alt="e0416c4f-d318-4e65-8bc7-47d4290ffda9-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is in the general messages</p>
<p dir="auto">Project ERROR: Unknown module(s) in QT: mqtt<br />
Project MESSAGE: perl -w C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> -module QtMqtt -version 5.15.0 -outdir "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug" -builddir "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug" C:/New folder (3)/qtmqtt</p>
<p dir="auto">Has anyone experienced this issue? Thank you in advance.</p>
]]></description><link>https://forum.qt.io/topic/114802/unable-to-build-qt-mqtt-module</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 17:17:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/114802.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 May 2020 13:17:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Mon, 18 May 2020 18:29:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.25.28610\include\cstddef:12: error: C1083: Cannot open include file: 'stddef.h': No such file or directory .</p>
<p dir="auto">This is the issue that I get</p>
]]></description><link>https://forum.qt.io/post/595474</link><guid isPermaLink="true">https://forum.qt.io/post/595474</guid><dc:creator><![CDATA[adi619]]></dc:creator><pubDate>Mon, 18 May 2020 18:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Mon, 18 May 2020 17:37:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Yes I have removed them but nothing has changed. I even started QT in Administrator mode. But the same result.</p>
<p dir="auto">19:32:36: Running steps for project qtmqtt...<br />
19:32:36: Starting: "C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe" C:\qtmqtttest\qtmqtt\<a href="http://qtmqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qtmqtt.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
Info: creating stash file C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug.qmake.stash<br />
Info: creating cache file C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug.qmake.cache<br />
19:32:37: The process "C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe" exited normally.<br />
19:32:37: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe" -f C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug/Makefile qmake_all</p>
<p dir="auto">jom 1.1.3 - empower your cores</p>
<pre><code>cd src\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\src.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
cd src\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all
cd mqtt\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\mqtt\mqtt.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
</code></pre>
<p dir="auto">Project MESSAGE: perl -w C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> -module QtMqtt -version 5.15.0 -outdir C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug -builddir C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug C:/qtmqtttest/qtmqtt<br />
&lt;srcbase&gt; = C:/qtmqtttest/qtmqtt<br />
&lt;bldbase&gt; = C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug<br />
&lt;outbase&gt; = C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug<br />
QtMqtt: created fwd-include header(s) for &lt;srcbase&gt;/src/mqtt/ { qmqttauthenticationproperties.h (2), qmqttclient.h (2), qmqttclient_p.h (1), qmqttconnection_p.h (1), qmqttconnectionproperties.h (4), qmqttconnectionproperties_p.h (1), qmqttcontrolpacket_p.h (1), qmqttglobal.h (1), qmqttmessage.h (2), qmqttmessage_p.h (1), qmqttpublishproperties.h (3), qmqttpublishproperties_p.h (1), qmqttsubscription.h (2), qmqttsubscription_p.h (1), qmqttsubscriptionproperties.h (3), qmqtttopicfilter.h (2), qmqtttopicname.h (2), qmqtttype.h (3) }<br />
QtMqtt: created version header<br />
QtMqtt: created master header<br />
QtMqtt: created headers.pri file<br />
cd mqtt\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd examples\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\<a href="http://examples.pro" target="_blank" rel="noopener noreferrer nofollow ugc">examples.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd examples\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd tests\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\<a href="http://tests.pro" target="_blank" rel="noopener noreferrer nofollow ugc">tests.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd mqtt\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\<a href="http://mqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">mqtt.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd mqtt\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd consolepubsub\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\consolepubsub\<a href="http://consolepubsub.pro" target="_blank" rel="noopener noreferrer nofollow ugc">consolepubsub.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd consolepubsub\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile.qtmqtt_pub C:\qtmqtttest\qtmqtt\examples\mqtt\consolepubsub\qtmqtt_pub.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.qtmqtt_pub qmake_all<br />
C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile.qtmqtt_sub C:\qtmqtttest\qtmqtt\examples\mqtt\consolepubsub\qtmqtt_sub.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd simpleclient\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\simpleclient\<a href="http://simpleclient.pro" target="_blank" rel="noopener noreferrer nofollow ugc">simpleclient.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd quicksubscription\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\quicksubscription\<a href="http://quicksubscription.pro" target="_blank" rel="noopener noreferrer nofollow ugc">quicksubscription.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd quickpublication\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\quickpublication\<a href="http://quickpublication.pro" target="_blank" rel="noopener noreferrer nofollow ugc">quickpublication.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd quicksubscription\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd quickpublication\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.qtmqtt_sub qmake_all<br />
cd subscriptions\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\subscriptions\<a href="http://subscriptions.pro" target="_blank" rel="noopener noreferrer nofollow ugc">subscriptions.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd simpleclient\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd subscriptions\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd websocketsubscription\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\websocketsubscription\<a href="http://websocketsubscription.pro" target="_blank" rel="noopener noreferrer nofollow ugc">websocketsubscription.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd websocketsubscription\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd tests\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd auto\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\<a href="http://auto.pro" target="_blank" rel="noopener noreferrer nofollow ugc">auto.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd auto\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd benchmarks\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\benchmarks\<a href="http://benchmarks.pro" target="_blank" rel="noopener noreferrer nofollow ugc">benchmarks.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd cmake\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\cmake\<a href="http://cmake.pro" target="_blank" rel="noopener noreferrer nofollow ugc">cmake.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd cmake\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd conformance\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\conformance\<a href="http://conformance.pro" target="_blank" rel="noopener noreferrer nofollow ugc">conformance.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttconnectionproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttconnectionproperties\<a href="http://qmqttconnectionproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttconnectionproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttcontrolpacket\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttcontrolpacket\<a href="http://qmqttcontrolpacket.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttcontrolpacket.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttclient\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttclient\<a href="http://qmqttclient.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttclient.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttlastwillproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttlastwillproperties\<a href="http://qmqttlastwillproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttlastwillproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd conformance\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttconnectionproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttcontrolpacket\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttclient\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttlastwillproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttpublishproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttpublishproperties\<a href="http://qmqttpublishproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttpublishproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttsubscription\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttsubscription\<a href="http://qmqttsubscription.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttsubscription.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttsubscriptionproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttsubscriptionproperties\<a href="http://qmqttsubscriptionproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttsubscriptionproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqtttopicname\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqtttopicname\<a href="http://qmqtttopicname.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqtttopicname.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttpublishproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqtttopicfilter\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqtttopicfilter\<a href="http://qmqtttopicfilter.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqtttopicfilter.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqtttopicname\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttsubscription\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttsubscriptionproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqtttopicfilter\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd benchmarks\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttclient\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\benchmarks\qmqttclient\<a href="http://qmqttclient.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttclient.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttclient\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
19:33:18: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited normally.<br />
19:33:18: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"<br />
cd src\ &amp;&amp; ( if not exist Makefile C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\<a href="http://src.pro" target="_blank" rel="noopener noreferrer nofollow ugc">src.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile<br />
cd mqtt\ &amp;&amp; ( if not exist Makefile C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\mqtt\<a href="http://mqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">mqtt.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug all<br />
cl -c -Yc -Fp.pch\debug\Qt5Mqttd_pch.pch -Fo.pch\debug\Qt5Mqttd_pch.obj -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\Qt5Mqttd.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -IC:\qtmqtttest\qtmqtt\src\mqtt -I. -I....\include -I....\include\QtMqtt -I....\include\QtMqtt\5.15.0 -I....\include\QtMqtt\5.15.0\QtMqtt -Itmp -IC:\Qt\5.14.2\msvc2017_64\include -IC:\Qt\5.14.2\msvc2017_64\include\QtNetwork -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2 -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2\QtCore -IC:\Qt\5.14.2\msvc2017_64\include\QtCore -I.moc\debug -IC:\openssl\include -IC:\Utils\my_sql\mysql-5.7.25-winx64\include -IC:\Utils\postgresql\pgsql\include -IC:\Qt\5.14.2\msvc2017_64\mkspecs\win32-msvc -TP ....\include\QtMqtt\QtMqttDepends<br />
QtMqttDepends<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.25.28610\include\cstddef(12): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory<br />
rc /NOLOGO -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -fo .obj\debug\Qt5Mqttd_resource.res Qt5Mqttd_resource.rc<br />
'rc' is not recognized as an internal or external command,<br />
operable program or batch file.<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Debug [.pch\debug\Qt5Mqttd_pch.obj] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Debug [.obj\debug\Qt5Mqttd_resource.res] Error 1<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile [debug-all] Error 2<br />
'rc' is not recognized as an internal or external command,<br />
operable program or batch file.<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Release [.pch\release\Qt5Mqtt_pch.obj] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Release [.obj\release\Qt5Mqtt_resource.res] Error 1<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release all<br />
cl -c -Yc -Fp.pch\release\Qt5Mqtt_pch.pch -Fo.pch\release\Qt5Mqtt_pch.obj -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -Zi -MD -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\release\Qt5Mqtt.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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 -DNDEBUG -DQT_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -IC:\qtmqtttest\qtmqtt\src\mqtt -I. -I....\include -I....\include\QtMqtt -I....\include\QtMqtt\5.15.0 -I....\include\QtMqtt\5.15.0\QtMqtt -Itmp -IC:\Qt\5.14.2\msvc2017_64\include -IC:\Qt\5.14.2\msvc2017_64\include\QtNetwork -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2 -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2\QtCore -IC:\Qt\5.14.2\msvc2017_64\include\QtCore -I.moc\release -IC:\openssl\include -IC:\Utils\my_sql\mysql-5.7.25-winx64\include -IC:\Utils\postgresql\pgsql\include -IC:\Qt\5.14.2\msvc2017_64\mkspecs\win32-msvc -TP ....\include\QtMqtt\QtMqttDepends<br />
QtMqttDepends<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.25.28610\include\cstddef(12): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory<br />
rc /NOLOGO -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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 -DNDEBUG -DQT_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -fo .obj\release\Qt5Mqtt_resource.res Qt5Mqtt_resource.rc<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile [release-all] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\Makefile [sub-mqtt-make_first] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\Makefile [sub-src-make_first] Error 2<br />
19:33:19: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.<br />
Error while building/deploying project qtmqtt (kit: Desktop Qt 5.14.2 MSVC2017 64bit)<br />
When executing step "Make"<br />
19:33:19: Elapsed time: 00:43.</p>
]]></description><link>https://forum.qt.io/post/595460</link><guid isPermaLink="true">https://forum.qt.io/post/595460</guid><dc:creator><![CDATA[adi619]]></dc:creator><pubDate>Mon, 18 May 2020 17:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Mon, 18 May 2020 17:26:37 GMT]]></title><description><![CDATA[<p dir="auto">I'm using an enterprise laptop, but I do have the CLA account. I tried to build in a normal PC and everything works with the same config. But I do not know why I'm getting the error on the Company's laptop. Would that make any difference?</p>
]]></description><link>https://forum.qt.io/post/595456</link><guid isPermaLink="true">https://forum.qt.io/post/595456</guid><dc:creator><![CDATA[adi619]]></dc:creator><pubDate>Mon, 18 May 2020 17:26:37 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Mon, 18 May 2020 17:06:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> 18:58:54: Running steps for project qtmqtt...<br />
18:58:54: Starting: "C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe" C:\qtmqtttest\qtmqtt\<a href="http://qtmqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qtmqtt.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
Info: creating stash file C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug.qmake.stash<br />
Info: creating cache file C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug.qmake.cache<br />
18:58:55: The process "C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe" exited normally.<br />
18:58:55: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe" -f C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug/Makefile qmake_all</p>
<p dir="auto">jom 1.1.3 - empower your cores</p>
<pre><code>cd src\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\src.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
cd src\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all
cd mqtt\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\mqtt\mqtt.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
</code></pre>
<p dir="auto">Project MESSAGE: perl -w C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> -module QtMqtt -version 5.15.0 -outdir C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug -builddir C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug C:/qtmqtttest/qtmqtt<br />
&lt;srcbase&gt; = C:/qtmqtttest/qtmqtt<br />
&lt;bldbase&gt; = C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug<br />
&lt;outbase&gt; = C:/qtmqtttest/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug<br />
QtMqtt: created fwd-include header(s) for &lt;srcbase&gt;/src/mqtt/ { qmqttauthenticationproperties.h (2), qmqttclient.h (2), qmqttclient_p.h (1), qmqttconnection_p.h (1), qmqttconnectionproperties.h (4), qmqttconnectionproperties_p.h (1), qmqttcontrolpacket_p.h (1), qmqttglobal.h (1), qmqttmessage.h (2), qmqttmessage_p.h (1), qmqttpublishproperties.h (3), qmqttpublishproperties_p.h (1), qmqttsubscription.h (2), qmqttsubscription_p.h (1), qmqttsubscriptionproperties.h (3), qmqtttopicfilter.h (2), qmqtttopicname.h (2), qmqtttype.h (3) }<br />
QtMqtt: created version header<br />
QtMqtt: created master header<br />
QtMqtt: created headers.pri file<br />
cd mqtt\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd examples\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\<a href="http://examples.pro" target="_blank" rel="noopener noreferrer nofollow ugc">examples.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd examples\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd tests\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\<a href="http://tests.pro" target="_blank" rel="noopener noreferrer nofollow ugc">tests.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd mqtt\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\<a href="http://mqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">mqtt.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd mqtt\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd consolepubsub\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\consolepubsub\<a href="http://consolepubsub.pro" target="_blank" rel="noopener noreferrer nofollow ugc">consolepubsub.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd consolepubsub\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile.qtmqtt_pub C:\qtmqtttest\qtmqtt\examples\mqtt\consolepubsub\qtmqtt_pub.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.qtmqtt_pub qmake_all<br />
C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile.qtmqtt_sub C:\qtmqtttest\qtmqtt\examples\mqtt\consolepubsub\qtmqtt_sub.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd quickpublication\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\quickpublication\<a href="http://quickpublication.pro" target="_blank" rel="noopener noreferrer nofollow ugc">quickpublication.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd simpleclient\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\simpleclient\<a href="http://simpleclient.pro" target="_blank" rel="noopener noreferrer nofollow ugc">simpleclient.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd quicksubscription\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\quicksubscription\<a href="http://quicksubscription.pro" target="_blank" rel="noopener noreferrer nofollow ugc">quicksubscription.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd quickpublication\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd simpleclient\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.qtmqtt_sub qmake_all<br />
cd subscriptions\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\subscriptions\<a href="http://subscriptions.pro" target="_blank" rel="noopener noreferrer nofollow ugc">subscriptions.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd subscriptions\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd quicksubscription\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd tests\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd auto\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\<a href="http://auto.pro" target="_blank" rel="noopener noreferrer nofollow ugc">auto.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd auto\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd benchmarks\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\benchmarks\<a href="http://benchmarks.pro" target="_blank" rel="noopener noreferrer nofollow ugc">benchmarks.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd cmake\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\cmake\<a href="http://cmake.pro" target="_blank" rel="noopener noreferrer nofollow ugc">cmake.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd cmake\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd conformance\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\conformance\<a href="http://conformance.pro" target="_blank" rel="noopener noreferrer nofollow ugc">conformance.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttconnectionproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttconnectionproperties\<a href="http://qmqttconnectionproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttconnectionproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttclient\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttclient\<a href="http://qmqttclient.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttclient.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttlastwillproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttlastwillproperties\<a href="http://qmqttlastwillproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttlastwillproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttcontrolpacket\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttcontrolpacket\<a href="http://qmqttcontrolpacket.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttcontrolpacket.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttconnectionproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd benchmarks\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttclient\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\benchmarks\qmqttclient\<a href="http://qmqttclient.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttclient.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttclient\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttclient\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttlastwillproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttcontrolpacket\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttpublishproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttpublishproperties\<a href="http://qmqttpublishproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttpublishproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqtttopicname\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqtttopicname\<a href="http://qmqtttopicname.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqtttopicname.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttsubscription\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttsubscription\<a href="http://qmqttsubscription.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttsubscription.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqttsubscriptionproperties\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqttsubscriptionproperties\<a href="http://qmqttsubscriptionproperties.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqttsubscriptionproperties.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqtttopicfilter\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\tests\auto\qmqtttopicfilter\<a href="http://qmqtttopicfilter.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qmqtttopicfilter.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd qmqtttopicname\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttpublishproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttsubscription\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqttsubscriptionproperties\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd qmqtttopicfilter\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd conformance\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
cd websocketsubscription\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\examples\mqtt\websocketsubscription\<a href="http://websocketsubscription.pro" target="_blank" rel="noopener noreferrer nofollow ugc">websocketsubscription.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
cd websocketsubscription\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all<br />
18:59:41: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited normally.<br />
18:59:41: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"<br />
cd src\ &amp;&amp; ( if not exist Makefile C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\<a href="http://src.pro" target="_blank" rel="noopener noreferrer nofollow ugc">src.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile<br />
cd mqtt\ &amp;&amp; ( if not exist Makefile C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile C:\qtmqtttest\qtmqtt\src\mqtt\<a href="http://mqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">mqtt.pro</a> -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug all<br />
cl -c -Yc -Fp.pch\debug\Qt5Mqttd_pch.pch -Fo.pch\debug\Qt5Mqttd_pch.obj -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\Qt5Mqttd.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -IC:\qtmqtttest\qtmqtt\src\mqtt -I. -I....\include -I....\include\QtMqtt -I....\include\QtMqtt\5.15.0 -I....\include\QtMqtt\5.15.0\QtMqtt -Itmp -IC:\Qt\5.14.2\msvc2017_64\include -IC:\Qt\5.14.2\msvc2017_64\include\QtNetwork -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2 -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2\QtCore -IC:\Qt\5.14.2\msvc2017_64\include\QtCore -I.moc\debug -IC:\openssl\include -IC:\Utils\my_sql\mysql-5.7.25-winx64\include -IC:\Utils\postgresql\pgsql\include -IC:\Qt\5.14.2\msvc2017_64\mkspecs\win32-msvc -TP ....\include\QtMqtt\QtMqttDepends<br />
QtMqttDepends<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.25.28610\include\cstddef(12): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory<br />
rc /NOLOGO -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -fo .obj\debug\Qt5Mqttd_resource.res Qt5Mqttd_resource.rc<br />
'rc' is not recognized as an internal or external command,<br />
operable program or batch file.<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Debug [.pch\debug\Qt5Mqttd_pch.obj] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Debug [.obj\debug\Qt5Mqttd_resource.res] Error 1<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile [debug-all] Error 2<br />
'rc' is not recognized as an internal or external command,<br />
operable program or batch file.<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Release [.pch\release\Qt5Mqtt_pch.obj] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile.Release [.obj\release\Qt5Mqtt_resource.res] Error 1<br />
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release all<br />
cl -c -Yc -Fp.pch\release\Qt5Mqtt_pch.pch -Fo.pch\release\Qt5Mqtt_pch.obj -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -Zi -MD -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\release\Qt5Mqtt.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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 -DNDEBUG -DQT_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -IC:\qtmqtttest\qtmqtt\src\mqtt -I. -I....\include -I....\include\QtMqtt -I....\include\QtMqtt\5.15.0 -I....\include\QtMqtt\5.15.0\QtMqtt -Itmp -IC:\Qt\5.14.2\msvc2017_64\include -IC:\Qt\5.14.2\msvc2017_64\include\QtNetwork -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2 -IC:\Qt\5.14.2\msvc2017_64\include\QtCore\5.14.2\QtCore -IC:\Qt\5.14.2\msvc2017_64\include\QtCore -I.moc\release -IC:\openssl\include -IC:\Utils\my_sql\mysql-5.7.25-winx64\include -IC:\Utils\postgresql\pgsql\include -IC:\Qt\5.14.2\msvc2017_64\mkspecs\win32-msvc -TP ....\include\QtMqtt\QtMqttDepends<br />
QtMqttDepends<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.25.28610\include\cstddef(12): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory<br />
rc /NOLOGO -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -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 -DNDEBUG -DQT_QML_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -fo .obj\release\Qt5Mqtt_resource.res Qt5Mqtt_resource.rc<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\mqtt\Makefile [release-all] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\Makefile [sub-mqtt-make_first] Error 2<br />
jom: C:\qtmqtttest\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\Makefile [sub-src-make_first] Error 2<br />
18:59:43: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.<br />
Error while building/deploying project qtmqtt (kit: Desktop Qt 5.14.2 MSVC2017 64bit)<br />
When executing step "Make"<br />
18:59:43: Elapsed time: 00:50.</p>
]]></description><link>https://forum.qt.io/post/595450</link><guid isPermaLink="true">https://forum.qt.io/post/595450</guid><dc:creator><![CDATA[adi619]]></dc:creator><pubDate>Mon, 18 May 2020 17:06:52 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Mon, 18 May 2020 17:05:34 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You should avoid paths with spaces and special characters like the parenthesis.</p>
]]></description><link>https://forum.qt.io/post/595448</link><guid isPermaLink="true">https://forum.qt.io/post/595448</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 18 May 2020 17:05:34 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Mon, 18 May 2020 16:53:48 GMT]]></title><description><![CDATA[<p dir="auto">15:05:16: Running steps for project qtmqtt...<br />
15:05:17: Starting: "C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe" "C:\New folder (3)\qtmqtt\<a href="http://qtmqtt.pro" target="_blank" rel="noopener noreferrer nofollow ugc">qtmqtt.pro</a>" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"<br />
Info: creating stash file C:\New folder (3)\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug.qmake.stash<br />
Info: creating cache file C:\New folder (3)\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug.qmake.cache<br />
15:05:17: The process "C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe" exited normally.<br />
15:05:17: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe" -f "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug/Makefile" qmake_all</p>
<p dir="auto">jom 1.1.3 - empower your cores</p>
<pre><code>cd src\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile "C:\New folder (3)\qtmqtt\src\src.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
cd src\ &amp;&amp; C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile qmake_all
cd mqtt\ &amp;&amp; C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe -o Makefile "C:\New folder (3)\qtmqtt\src\mqtt\mqtt.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
</code></pre>
<p dir="auto">Project MESSAGE: perl -w C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> -module QtMqtt -version 5.15.0 -outdir "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug" -builddir "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug" C:/New folder (3)/qtmqtt<br />
Use of uninitialized value $directory in concatenation (.) or string at C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> line 691.<br />
fileparse(): need a valid pathname at C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> line 694.<br />
Project ERROR: Failed to run: perl -w C:\Qt\5.14.2\msvc2017_64\bin\<a href="http://syncqt.pl" target="_blank" rel="noopener noreferrer nofollow ugc">syncqt.pl</a> -module QtMqtt -version 5.15.0 -outdir "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug" -builddir "C:/New folder (3)/build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug" C:/New folder (3)/qtmqtt<br />
jom: C:\New folder (3)\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\src\Makefile [sub-mqtt-qmake_all] Error 3<br />
jom: C:\New folder (3)\build-qtmqtt-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\Makefile [sub-src-qmake_all] Error 2<br />
15:05:19: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.<br />
Error while building/deploying project qtmqtt (kit: Desktop Qt 5.14.2 MSVC2017 64bit)<br />
When executing step "qmake"</p>
]]></description><link>https://forum.qt.io/post/595445</link><guid isPermaLink="true">https://forum.qt.io/post/595445</guid><dc:creator><![CDATA[adi619]]></dc:creator><pubDate>Mon, 18 May 2020 16:53:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to build QT:Mqtt module on Thu, 14 May 2020 13:20:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/adi619">@<bdi>adi619</bdi></a> Please post error messages as text not screen shots.<br />
Try to put your build folder in a folder without spaces (currently you have "c:\New folder (3)"), such folders often cause problems.</p>
]]></description><link>https://forum.qt.io/post/594730</link><guid isPermaLink="true">https://forum.qt.io/post/594730</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Thu, 14 May 2020 13:20:42 GMT</pubDate></item></channel></rss>