<?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[[Guide] Code completion on Qt Creator for Ubuntu.Components]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Just to share my experience for developping Apps with QtCreator:<br />
( A rewrite from <a href="https://gist.github.com/lduboeuf/dcf22607207d5b7abc8ac966d20942ce" rel="nofollow ugc">https://gist.github.com/lduboeuf/dcf22607207d5b7abc8ac966d20942ce</a> )</p>
<p dir="auto">To get Ubuntu.Components recognized by QtCreator:</p>
<ul>
<li>If you work on Ubuntu (16.04-18.04) :</li>
</ul>
<pre><code>## Get public Ubports key
wget -qO - https://repo.ubports.com/pubkey.gpg | sudo apt-key add -

##add ubports repository
sudo add-apt-repository "deb https://repo.ubports.com/ [bionic|xenial] main"

##install Ubuntu.components
sudo apt install qml-module-ubuntu-components

##qml components should be installed in "/usr/lib/x86_64-linux-gnu/qt5/qml"
##set the environnement variable to profile
echo "export QML_IMPORT_PATH=/usr/lib/x86_64-linux-gnu/qt5/qml" &gt;&gt; ~/.profile

##reload env or you might need to logout/login
source ~/.profile
</code></pre>
<ul>
<li>A more generic solution using clickable image:</li>
</ul>
<pre><code>##run container clickable
docker run -i -t --entrypoint /bin/bash clickable/ubuntu-sdk:16.04-amd64

##in an another terminal, get the container id
docker ps

##copy ubuntu components to local folder
docker cp [container id]:/usr/lib/x86_64-linux-gnu/qt5/qml/ /your/local/directory

##set the environnement variable to profile
echo "export QML_IMPORT_PATH=/your/local/directory" &gt;&gt; ~/.profile

##reload env or you might need to logout/login
source ~/.profile

##stop container
docker stop [container id]

</code></pre>
<ul>
<li>Or running QtCreator in a docker container based from clickable image:</li>
</ul>
<p dir="auto">example here: <a href="https://github.com/lduboeuf/ut-qtcreator" rel="nofollow ugc">https://github.com/lduboeuf/ut-qtcreator</a> , use branch "add module" branch for installing also some UT qml modules</p>
<p dir="auto">EDIT: Now clickable provide a Qtcreator IDE with <code>clickable ide qtcreator</code> command<br />
<a href="https://docs.ubports.com/en/latest/appdev/index.html#code-editor-integrations" rel="nofollow ugc">https://docs.ubports.com/en/latest/appdev/index.html#code-editor-integrations</a></p>
]]></description><link>https://forums.ubports.com/topic/3635/guide-code-completion-on-qt-creator-for-ubuntu-components</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 17:08:35 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/3635.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Jan 2020 10:44:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 08 Nov 2020 17:10:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> said in <a href="/post/42466">[Guide] Code completion on Qt Creator for Ubuntu.Components</a>:</p>
<blockquote>
<p dir="auto">Have you checked also theclickable ide qtcreator feature ?</p>
</blockquote>
<p dir="auto">Yes, it did the trick! Very convenient.<br />
EDIT: well, OK, it would be much more convenient if that qtcreator had "clickable" integration to avoid terminal, but that's not that bad.</p>
]]></description><link>https://forums.ubports.com/post/42474</link><guid isPermaLink="true">https://forums.ubports.com/post/42474</guid><dc:creator><![CDATA[Talkless]]></dc:creator><pubDate>Sun, 08 Nov 2020 17:10:04 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 08 Nov 2020 13:53:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/talkless" aria-label="Profile: Talkless">@<bdi>Talkless</bdi></a> You can use whatever QtCreator version, the only limit is to use the right Qt Version ( 5.9.5 currently and soon 5.12 )</p>
<p dir="auto">Have you checked also the<code>clickable ide qtcreator</code> feature ?</p>
]]></description><link>https://forums.ubports.com/post/42466</link><guid isPermaLink="true">https://forums.ubports.com/post/42466</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sun, 08 Nov 2020 13:53:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 08 Nov 2020 10:23:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a></p>
<blockquote>
<p dir="auto">Just to share my experience for developping Apps with QtCreator:</p>
</blockquote>
<p dir="auto">Should I use QtCreator from 16.04, ubuntu-sdk or can I use latest QtCreator form Qt online installer?</p>
]]></description><link>https://forums.ubports.com/post/42459</link><guid isPermaLink="true">https://forums.ubports.com/post/42459</guid><dc:creator><![CDATA[Talkless]]></dc:creator><pubDate>Sun, 08 Nov 2020 10:23:31 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Wed, 26 Aug 2020 16:41:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/doniks" aria-label="Profile: doniks">@<bdi>doniks</bdi></a> well it seems there is definitly an issue with Qt5 path. probably you may found resources around about that</p>
]]></description><link>https://forums.ubports.com/post/39157</link><guid isPermaLink="true">https://forums.ubports.com/post/39157</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Wed, 26 Aug 2020 16:41:39 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 23 Aug 2020 12:56:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> said in <a href="/post/32821">[Guide] Code completion on Qt Creator for Ubuntu.Components</a>:</p>
<blockquote>
<p dir="auto">have you installed locally QtQuickControl 2 ?<br />
<code>sudo apt install qtquickcontrols2-5-dev</code></p>
<p dir="auto">you can see if any issue with paths in kits</p>
</blockquote>
<p dir="auto">Taking a new stab at this ... So, again resolving Ubuntu.Components in qml files works fine, but resolving Qt includes in cpp files does not. I have <code>qtquickcontrols2-5-dev</code> installed and I don't see anything screaming at me in the Kits section ... but maybe it's still wrong?! See attached. Qt version = None might be wrong?! But I can't select anything else.<br />
<img src="/assets/uploads/files/1598185863665-kits.png" alt="kits.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Update: In Kits -&gt; Qt Versions there is nothing there. I guess that is the problem, but I can't figure out how to get anything in there ... I found some reports online that <code>sudo apt install qt5-default</code> might help, but it doesn't help me <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=60240fe800f" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
<p dir="auto">Update2: Now I manually added <code>/usr/lib/x86_64-linux-gnu/qt5/bin/qmake</code> in Qt Versions, and selected that in the Kit, closed and reopened, but still doesn't find any QtStuff<br />
<img src="/assets/uploads/files/1598187389491-version.png" alt="version.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forums.ubports.com/post/38984</link><guid isPermaLink="true">https://forums.ubports.com/post/38984</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Sun, 23 Aug 2020 12:56:34 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 11 Jun 2020 23:27:27 GMT]]></title><description><![CDATA[<p dir="auto">thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a></p>
]]></description><link>https://forums.ubports.com/post/34719</link><guid isPermaLink="true">https://forums.ubports.com/post/34719</guid><dc:creator><![CDATA[Abuabdellah]]></dc:creator><pubDate>Thu, 11 Jun 2020 23:27:27 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 11 Jun 2020 22:30:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abuabdellah" aria-label="Profile: Abuabdellah">@<bdi>Abuabdellah</bdi></a> look here /usr/share/ubuntu-html5...<br />
dpkg -L ubuntu-html5-ui-toolkit</p>
]]></description><link>https://forums.ubports.com/post/34718</link><guid isPermaLink="true">https://forums.ubports.com/post/34718</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Thu, 11 Jun 2020 22:30:43 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 11 Jun 2020 22:27:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abuabdellah" aria-label="Profile: Abuabdellah">@<bdi>Abuabdellah</bdi></a> Well html5 components is peobably elsewhere, here you are looking to qt qml one</p>
]]></description><link>https://forums.ubports.com/post/34717</link><guid isPermaLink="true">https://forums.ubports.com/post/34717</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Thu, 11 Jun 2020 22:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 11 Jun 2020 21:43:45 GMT]]></title><description><![CDATA[<p dir="auto">thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a></p>
<p dir="auto">I didn't see html5 components on the image! isn't there or it is included in other image?</p>
<pre><code>root@ea8e2a8bedfb:/# ls usr/lib/x86_64-linux-gnu/qt5/
bin  libexec  mkspecs  plugins  qml  qt.conf
</code></pre>
]]></description><link>https://forums.ubports.com/post/34711</link><guid isPermaLink="true">https://forums.ubports.com/post/34711</guid><dc:creator><![CDATA[Abuabdellah]]></dc:creator><pubDate>Thu, 11 Jun 2020 21:43:45 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 11 Jun 2020 16:41:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abuabdellah" aria-label="Profile: Abuabdellah">@<bdi>Abuabdellah</bdi></a> i don't know if Ubuntu.Components are installable on 19.10 but you can wait for the clickable ide qtcreator feature or try the 1st post Guide solutions</p>
]]></description><link>https://forums.ubports.com/post/34698</link><guid isPermaLink="true">https://forums.ubports.com/post/34698</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Thu, 11 Jun 2020 16:41:51 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 11 Jun 2020 07:10:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a></p>
<p dir="auto">is there a wiki to get code completion on ubuntu 19.10?</p>
]]></description><link>https://forums.ubports.com/post/34664</link><guid isPermaLink="true">https://forums.ubports.com/post/34664</guid><dc:creator><![CDATA[Abuabdellah]]></dc:creator><pubDate>Thu, 11 Jun 2020 07:10:51 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Thu, 04 Jun 2020 14:49:23 GMT]]></title><description><![CDATA[<p dir="auto">Video showing the WIP of having qtcreator running above clickable image :</p>
<p dir="auto">full code completion for all UT components and qml modules , and can launch directly the app, you can debug the c++ part also.<br />
The demo covers python and c++ clickable template, and address-book-app</p>
<p dir="auto"><a href="https://youtu.be/Exmgbb0VdC4" rel="nofollow ugc">https://youtu.be/Exmgbb0VdC4</a></p>
]]></description><link>https://forums.ubports.com/post/34248</link><guid isPermaLink="true">https://forums.ubports.com/post/34248</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Thu, 04 Jun 2020 14:49:23 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 10 May 2020 20:09:43 GMT]]></title><description><![CDATA[<p dir="auto">have you installed locally QtQuickControl 2 ?<br />
<code>sudo apt install qtquickcontrols2-5-dev</code></p>
<p dir="auto">you can see if any issue with paths in kits</p>
]]></description><link>https://forums.ubports.com/post/32821</link><guid isPermaLink="true">https://forums.ubports.com/post/32821</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sun, 10 May 2020 20:09:43 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 10 May 2020 06:48:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> yes. the whatsitcalled qml with c++ plugin template</p>
]]></description><link>https://forums.ubports.com/post/32786</link><guid isPermaLink="true">https://forums.ubports.com/post/32786</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Sun, 10 May 2020 06:48:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sat, 09 May 2020 23:12:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/doniks" aria-label="Profile: doniks">@<bdi>doniks</bdi></a> are you working with a clickable template? I guess QtCreator does not find Qt libs, you should check in settings Qt paths</p>
]]></description><link>https://forums.ubports.com/post/32780</link><guid isPermaLink="true">https://forums.ubports.com/post/32780</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sat, 09 May 2020 23:12:18 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sat, 09 May 2020 12:02:53 GMT]]></title><description><![CDATA[<p dir="auto">mhm, so while this works now to resolve <code>import Ubuntu.Components 1.3</code> in a <code>.qml</code> file, but it still does not find <code>#include &lt;QtQml&gt;</code> or <code>#include &lt;QDebug&gt;</code> in a <code>.cpp</code> file. any idea?</p>
]]></description><link>https://forums.ubports.com/post/32752</link><guid isPermaLink="true">https://forums.ubports.com/post/32752</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Sat, 09 May 2020 12:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sat, 09 May 2020 11:37:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> said in <a href="/post/26897">[Guide] Code completion on Qt Creator for Ubuntu.Components</a>:</p>
<blockquote>
<ul>
<li>A more generic solution using clickable image:</li>
</ul>
</blockquote>
<p dir="auto">I'm trying this approach. The path variable should include the <code>qml</code> dir</p>
<pre><code>cd ~/docs/devel
mkdir qml-module-ubuntu-components
cd qml-module-ubuntu-components/
docker cp silly_bose:/usr/lib/x86_64-linux-gnu/qt5/qml .
export QML_IMPORT_PATH=~/docs/devel/qml-module-ubuntu-components/ 
qtcreator # -&gt; doesn't work
export QML_IMPORT_PATH=~/docs/devel/qml-module-ubuntu-components/qml
qtcreator # -&gt; this works
</code></pre>
<p dir="auto">So, you should set the variable such that you find this one:</p>
<pre><code>ls -dl $QML_IMPORT_PATH/Ubuntu
</code></pre>
]]></description><link>https://forums.ubports.com/post/32750</link><guid isPermaLink="true">https://forums.ubports.com/post/32750</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Sat, 09 May 2020 11:37:34 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Wed, 22 Apr 2020 22:32:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boky" aria-label="Profile: boky">@<bdi>boky</bdi></a> oh i was wrong, not that line, but the one that try to install <a href="http://Morph.Web" rel="nofollow ugc">Morph.Web</a> ( qmlplugin... )<br />
I've updated the branch so you can rebuild the image<br />
After re-read your post it seems that you're not trying the add_module branch.<br />
So here i've no idea.</p>
<p dir="auto">What OS are you working on ?.<br />
Is your clickable up to date ?</p>
]]></description><link>https://forums.ubports.com/post/31914</link><guid isPermaLink="true">https://forums.ubports.com/post/31914</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Wed, 22 Apr 2020 22:32:11 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Wed, 22 Apr 2020 13:23:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a></p>
<pre><code>FROM clickable/ubuntu-sdk:16.04-amd64

RUN apt-get update &amp;&amp; apt-get install -y git qtcreator libxrender1 gdb

#CMD ["/usr/bin/qtcreator"]
</code></pre>
<pre><code>./ut-qtcreator.sh
access control disabled, clients can connect from any host

</code></pre>
<p dir="auto">tired of installing. Download every time)))<br />
displayed when unpacking</p>
<pre><code>debconf: delaying package configuration, since apt-utils is not installed

</code></pre>
<p dir="auto">although the package itself is installed</p>
]]></description><link>https://forums.ubports.com/post/31873</link><guid isPermaLink="true">https://forums.ubports.com/post/31873</guid><dc:creator><![CDATA[boky]]></dc:creator><pubDate>Wed, 22 Apr 2020 13:23:55 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 19 Apr 2020 21:42:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boky" aria-label="Profile: boky">@<bdi>boky</bdi></a> are you using the project from the "add module" branch ?. I've noticed an issue with Morph qml dependencies. Try to comment the last line from the Dockerfile</p>
]]></description><link>https://forums.ubports.com/post/31691</link><guid isPermaLink="true">https://forums.ubports.com/post/31691</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Sun, 19 Apr 2020 21:42:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 19 Apr 2020 11:45:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello. What to do in this case?</p>
<pre><code>./ut-qtcreator.sh     
access control disabled, clients can connect from any host
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-zorg'
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: image driver extension not found
libGL error: failed to load driver: radeon
libGL error: failed to open drm device: No such file or directory
libGL error: failed to load driver: r600
process 1: The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.
Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.
QXcbConnection: XCB error: 2 (BadValue), sequence: 538, resource id: 1283, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 2 (BadValue), sequence: 541, resource id: 1283, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 2 (BadValue), sequence: 548, resource id: 1283, major code: 130 (Unknown), minor code: 3

</code></pre>
]]></description><link>https://forums.ubports.com/post/31615</link><guid isPermaLink="true">https://forums.ubports.com/post/31615</guid><dc:creator><![CDATA[boky]]></dc:creator><pubDate>Sun, 19 Apr 2020 11:45:09 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Mon, 13 Jan 2020 08:52:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/isaac" aria-label="Profile: Isaac">@<bdi>Isaac</bdi></a> said in <a href="/post/27265">[Guide] Code completion on Qt Creator for Ubuntu.Components</a>:</p>
<blockquote>
<p dir="auto">Is it possible to get Ubuntu.Components recognized by QtCreator on Windows?</p>
</blockquote>
<p dir="auto">The copy components from docker solution should work ?</p>
]]></description><link>https://forums.ubports.com/post/27273</link><guid isPermaLink="true">https://forums.ubports.com/post/27273</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Mon, 13 Jan 2020 08:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to [Guide] Code completion on Qt Creator for Ubuntu.Components on Sun, 12 Jan 2020 23:17:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys!</p>
<p dir="auto">Is it possible to get Ubuntu.Components recognized by QtCreator on Windows?</p>
]]></description><link>https://forums.ubports.com/post/27265</link><guid isPermaLink="true">https://forums.ubports.com/post/27265</guid><dc:creator><![CDATA[Isaac]]></dc:creator><pubDate>Sun, 12 Jan 2020 23:17:18 GMT</pubDate></item></channel></rss>