<?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 module installation and linking problem]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I try to install and compile qmqtt from its git repo.  It was worked. But somehow now its giving below error.</p>
<p dir="auto">It is compiling but when I run :</p>
<pre><code>dyld: Library not loaded: @rpath/QtMqtt.framework/Versions/5/QtMqtt
  Referenced from: /Users/opop/Projects/build-qtmqtt-GCC_Release-Release/examples/mqtt/subscriptions/mqttsubscriptions.app/Contents/MacOS/mqttsubscriptions
  Reason: image not found
The program has unexpectedly finished.
</code></pre>
<p dir="auto">What am I missing ? I am working at Mac os X sierra.</p>
<p dir="auto">Sometime Qtcreator look very complex after java world :=</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.qt.io/topic/87784/qtmqtt-module-installation-and-linking-problem</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 16:15:35 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/87784.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Feb 2018 18:02:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Thu, 29 Mar 2018 20:46:14 GMT]]></title><description><![CDATA[<p dir="auto">I haven't tested that but I don't currently see anything that would forbid it.</p>
]]></description><link>https://forum.qt.io/post/450350</link><guid isPermaLink="true">https://forum.qt.io/post/450350</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 29 Mar 2018 20:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Thu, 29 Mar 2018 12:43:11 GMT]]></title><description><![CDATA[<p dir="auto">I started over and compiled / installed now working just fine</p>
<p dir="auto">Can we use qmqt from another thread ?</p>
]]></description><link>https://forum.qt.io/post/450240</link><guid isPermaLink="true">https://forum.qt.io/post/450240</guid><dc:creator><![CDATA[RahibeMeryem]]></dc:creator><pubDate>Thu, 29 Mar 2018 12:43:11 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Sun, 11 Mar 2018 23:11:34 GMT]]></title><description><![CDATA[<p dir="auto">I just built the module using the official pre-built package and tested an example of the module and it works fine.</p>
<p dir="auto">What branche did you build ?</p>
]]></description><link>https://forum.qt.io/post/446563</link><guid isPermaLink="true">https://forum.qt.io/post/446563</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 11 Mar 2018 23:11:34 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Sun, 11 Mar 2018 12:54:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> We are capturing objects and want to send them to remote noSQL (ie mongo) db with meta data info.</p>
<p dir="auto">According to our past experience we faced problems with mongo to write data from distance (connection lost , network error etc) so we used rabbitMQ, amqp . and mqtt. they are very reliable to send data.</p>
<p dir="auto">So we want to send pure png data to remote mqtt: such as:</p>
<p dir="auto">data:   time, text, id , png(binary)</p>
<p dir="auto">Thx</p>
]]></description><link>https://forum.qt.io/post/446479</link><guid isPermaLink="true">https://forum.qt.io/post/446479</guid><dc:creator><![CDATA[RahibeMeryem]]></dc:creator><pubDate>Sun, 11 Mar 2018 12:54:51 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Sun, 04 Mar 2018 12:59:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
mqtt was designed for IOT devices to easy broadcast ( publish ) data to other nodes.<br />
<a href="http://mqtt.org/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mqtt.org/</a><br />
So it would not be my first choice for large heavy binary data but we send 100 MB xml across a lan connection and it was ok fast but not realtime at all.<br />
Also, the focus is on many to many connections via the broker so if you do not need say one node send an image, many nodes must see it. Then the mqtt protocol might not have much to offer you besides easy setup and operation.</p>
]]></description><link>https://forum.qt.io/post/445073</link><guid isPermaLink="true">https://forum.qt.io/post/445073</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sun, 04 Mar 2018 12:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Sun, 04 Mar 2018 12:34:30 GMT]]></title><description><![CDATA[<p dir="auto">To what do you want to send these binary data ?</p>
]]></description><link>https://forum.qt.io/post/445069</link><guid isPermaLink="true">https://forum.qt.io/post/445069</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 04 Mar 2018 12:34:30 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Sun, 04 Mar 2018 12:21:52 GMT]]></title><description><![CDATA[<p dir="auto">I solved with add library path to pro file as :</p>
<p dir="auto">LIBS +=-L/usr/local/Cellar/qt/5.10.0_1/lib</p>
<p dir="auto">One more question:</p>
<p dir="auto">Is the qtmqtt is a good way to send binary data ie: 80K images which captured by camera (object detection)?</p>
]]></description><link>https://forum.qt.io/post/445068</link><guid isPermaLink="true">https://forum.qt.io/post/445068</guid><dc:creator><![CDATA[RahibeMeryem]]></dc:creator><pubDate>Sun, 04 Mar 2018 12:21:52 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Sun, 04 Mar 2018 11:56:46 GMT]]></title><description><![CDATA[<p dir="auto">I cloned :<br />
<a href="https://github.com/qt/qtmqtt" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt/qtmqtt</a></p>
<p dir="auto">it gives same error.  I am at Mac Os X sierra.</p>
<p dir="auto">In ubuntu(vmware) its working</p>
<p dir="auto">Do need to compile and install something ?</p>
]]></description><link>https://forum.qt.io/post/445067</link><guid isPermaLink="true">https://forum.qt.io/post/445067</guid><dc:creator><![CDATA[RahibeMeryem]]></dc:creator><pubDate>Sun, 04 Mar 2018 11:56:46 GMT</pubDate></item><item><title><![CDATA[Reply to QtMqtt module installation and linking problem on Wed, 14 Feb 2018 21:00:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Where did you clone the repository from ? There are several non-official mqtt modules that exists.</p>
]]></description><link>https://forum.qt.io/post/442183</link><guid isPermaLink="true">https://forum.qt.io/post/442183</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 14 Feb 2018 21:00:25 GMT</pubDate></item></channel></rss>