<?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[Examples don&#x27;t show up]]></title><description><![CDATA[<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/4c51240c-6caa-47e9-a589-39bc1759d4f7.png" alt="Screenshot from 2025-12-09 17-14-51.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Why do my Qt exxamples not show up like in the picture? Are there any configurations I didn't set when run [qt-sources]/configure? Or is the problem in the Qt Creator itself? Or, should I build the Qt Creator from source as well?</p>
<p dir="auto"><strong>This is how I installed Qt frameworks and Qt Creator</strong></p>
<ul>
<li><strong>Qt v6.10.1</strong>
<ul>
<li>I ran <code>mkdir qt_sources</code>, and then <code>cd qt_sources</code></li>
<li>Within <code>~/qt_sources</code>, I ran <code>git clone --branch v6.10.1 git://code.qt.io/qt/qt5.git .</code></li>
<li>I created directory <code>~/qt-build</code></li>
<li>Within <code>~/qt-build</code>, I ran <code>~/qt-sources/configure -init-submodules</code>, then <code>~/qt-sources/configure -skip qtwebengine -prefix /opt/Qt6 -make examples -install-examples-sources</code></li>
<li>After configuring, I ran <code>cmake --build . --parallel</code>.</li>
<li>And then, <code>sudo cmake --install .</code></li>
</ul>
</li>
<li><strong>Qt Creator</strong>
<ul>
<li>I downloaded the <code>.deb</code> installed from <a href="https://download.qt.io/official_releases/qtcreator/18.0/18.0.0/cpack_experimental/qtcreator-opensource-linux-x86_64-18.0.0.deb" target="_blank" rel="noopener noreferrer nofollow ugc">https://download.qt.io/official_releases/qtcreator/18.0/18.0.0/cpack_experimental/qtcreator-opensource-linux-x86_64-18.0.0.deb</a> and installed Qt Creator using this file</li>
</ul>
</li>
</ul>
<p dir="auto"><strong>Other information that might be useful</strong></p>
<ul>
<li>My computer runs <code>Ubuntu 22.04.5 LTS</code></li>
<li>My <strong>Kits preference</strong>
<ul>
<li>The <strong>Kits</strong> tab<br />
<img src="https://ddgobkiprc33d.cloudfront.net/3a0e2425-2dac-471f-9782-cbb80881d220.png" alt="Screenshot from 2025-12-09 17-43-28.png" class=" img-fluid img-markdown" /></li>
<li>The <strong>Qt Versions</strong> tab<br />
<img src="https://ddgobkiprc33d.cloudfront.net/3ddc7685-be69-48f0-9a7d-4168d3084dc7.png" alt="Screenshot from 2025-12-09 17-43-28.png" class=" img-fluid img-markdown" /></li>
</ul>
</li>
</ul>
]]></description><link>https://forum.qt.io/topic/163890/examples-don-t-show-up</link><generator>RSS for Node</generator><lastBuildDate>Thu, 03 Sep 2026 09:17:06 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/163890.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Dec 2025 09:49:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Examples don&#x27;t show up on Wed, 15 Jul 2026 08:07:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I've solved this problem. In <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a>, I found an extra step to install the documentation. I should've run these commands after installing Qt:</p>
<pre><code>cmake --build . --target docs
</code></pre>
<pre><code>sudo cmake --build . --target install_docs
</code></pre>
<p dir="auto">But, since I had deleted my qt-build and /opt/Qt6/examples, I did these following to make the examples, along with the documentation, accessible from within Qt Creator:</p>
<pre><code>mkdir qt-build &amp;&amp; cd qt-build
</code></pre>
<pre><code>~/qt-sources/configure -prefix /opt/Qt6 -skip qtwebengine -nomake tests -make examples -- -DQT_BUILD_EXAMPLES_BY_
DEFAULT=OFF -DQT_INSTALL_EXAMPLES_SOURCES=ON 
</code></pre>
<pre><code>cmake --build . --parallel --target docs
</code></pre>
<pre><code>sudo cmake --install . --component examples_sources 
</code></pre>
<pre><code>sudo cmake --build . --parallel --target install_docs
</code></pre>
<p dir="auto">After that, the examples and documentation are accessible from Qt Creator:<br />
<img src="https://ddgobkiprc33d.cloudfront.net/edb125fb-5997-469c-bdb2-f50239796b90.png" alt="Screenshot of Examples" class=" img-fluid img-markdown" /><br />
Screenshot of Examples</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/5a9e5824-ab94-48fc-8351-7bb5b5ba89d8.png" alt="Screenshot of Help" class=" img-fluid img-markdown" /><br />
Screenshot of Help</p>
]]></description><link>https://forum.qt.io/post/839161</link><guid isPermaLink="true">https://forum.qt.io/post/839161</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Wed, 15 Jul 2026 08:07:36 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Wed, 10 Dec 2025 06:23:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> In <code>/opt/Qt6/doc/</code> there are two folders called <code>config</code> and <code>global</code>. The contents of <code>/opt/Qt6/examples</code> are shown in the picture below:<br />
<img src="https://ddgobkiprc33d.cloudfront.net/3efa5588-09ab-4525-b95d-1680d94f7516.png" alt="Screenshot from 2025-12-10 14-19-28.png" class=" img-fluid img-markdown" /><br />
Both folders are owned by <code>root</code> and have their permissions set to <code>rwxr-xr-x</code></p>
]]></description><link>https://forum.qt.io/post/834467</link><guid isPermaLink="true">https://forum.qt.io/post/834467</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Wed, 10 Dec 2025 06:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Wed, 10 Dec 2025 06:09:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> Check the content of /opt/Qt6/doc and /opt/Qt6/examples - is there something inside? Doe you have read access there?</p>
]]></description><link>https://forum.qt.io/post/834466</link><guid isPermaLink="true">https://forum.qt.io/post/834466</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Wed, 10 Dec 2025 06:09:15 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Wed, 10 Dec 2025 05:21:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristian-adam">@<bdi>cristian-adam</bdi></a> I still don't see the examples. But, in the terminal, it returns something like this:</p>
<pre><code>qtc.examples: Reading Help/InstalledExamples from settings: QList("Qt 6.10.1|/opt/Qt6/doc|/opt/Qt6/examples")
qtc.examples: Adding examples set displayName= "Qt 6.10.1" , manifestPath= "/opt/Qt6/doc" , examplesPath= "/opt/Qt6/examples"
qtc.examples: Skipping "Qt 6.10.1 (Qt6)" because it either is remote, or its QT_INSTALL_EXAMPLES and QT_INSTALL_DEMOS, or QT_INSTALL_DOCS paths are not readable directories, or there are no documentation files.
</code></pre>
<p dir="auto">Maybe, you could help with that</p>
]]></description><link>https://forum.qt.io/post/834465</link><guid isPermaLink="true">https://forum.qt.io/post/834465</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Wed, 10 Dec 2025 05:21:34 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 16:21:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> You could try running Qt Creator as:</p>
<pre><code>$ QT_LOGGING_RULES=qtc.examples=true ./qtcreator
</code></pre>
<p dir="auto">See the code loading the examples at <a href="https://github.com/qt-creator/qt-creator/blob/18.0/src/plugins/qtsupport/exampleslistmodel.cpp#L67" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt-creator/qt-creator/blob/18.0/src/plugins/qtsupport/exampleslistmodel.cpp#L67</a></p>
]]></description><link>https://forum.qt.io/post/834453</link><guid isPermaLink="true">https://forum.qt.io/post/834453</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Tue, 09 Dec 2025 16:21:27 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 15:01:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a><br />
Only does the version appear, not the projects<br />
<img src="https://ddgobkiprc33d.cloudfront.net/98e6cf42-8726-407b-877d-241bcb8ed48a.png" alt="Screenshot from 2025-12-09 22-58-41.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I have added these lines in the <code>[Help]</code> in the <code>QtCreator.ini</code>:</p>
<pre><code>InstalledDocumentation=/opt/Qt6/doc
InstalledExamples=Qt 6.10.1|/opt/Qt6/doc|/opt/Qt6/examples
</code></pre>
<p dir="auto">Is there more something wrong?</p>
]]></description><link>https://forum.qt.io/post/834449</link><guid isPermaLink="true">https://forum.qt.io/post/834449</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Tue, 09 Dec 2025 15:01:55 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 14:45:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> See <a href="https://forum.qt.io/post/834437">https://forum.qt.io/post/834437</a></p>
]]></description><link>https://forum.qt.io/post/834445</link><guid isPermaLink="true">https://forum.qt.io/post/834445</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 09 Dec 2025 14:45:25 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 14:37:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristian-adam">@<bdi>cristian-adam</bdi></a> I found it. What should I do now?</p>
]]></description><link>https://forum.qt.io/post/834444</link><guid isPermaLink="true">https://forum.qt.io/post/834444</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Tue, 09 Dec 2025 14:37:28 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 14:19:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> I used the Qt SDK. But, after one Qt Creator run, you should have a QtCreator.ini file in <code>~/.config/QtProject</code> on Linux.</p>
<p dir="auto">See <a href="https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qtcreator/creator-how-to-find-settings-files.html</a> for more information.</p>
]]></description><link>https://forum.qt.io/post/834443</link><guid isPermaLink="true">https://forum.qt.io/post/834443</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Tue, 09 Dec 2025 14:19:11 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 14:18:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> said in <a href="/post/834441">Examples don't show up</a>:</p>
<blockquote>
<p dir="auto">QtCreator.ini</p>
</blockquote>
<p dir="auto">This is the QtCreator config file. Should be: ~/.config/QtProject/QtCreator.ini</p>
]]></description><link>https://forum.qt.io/post/834442</link><guid isPermaLink="true">https://forum.qt.io/post/834442</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 09 Dec 2025 14:18:02 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 12:28:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristian-adam">@<bdi>cristian-adam</bdi></a> How did you install Qt? Did you install it like I show in the question? I searched for QtCreator.ini in my device and I got four files named QtCreator.ini, all are in QtCreator source directory which I haven't built yet.</p>
]]></description><link>https://forum.qt.io/post/834441</link><guid isPermaLink="true">https://forum.qt.io/post/834441</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Tue, 09 Dec 2025 12:28:24 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 11:29:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> The Examples part is usually configured by the Qt SDK.</p>
<p dir="auto">I have for example in my <code>/Users/cristian/Qt/Tools/sdktool/QtProject/QtCreator.ini</code> the following bits:</p>
<pre><code>[Help]
InstalledDocumentation=/Users/cristian/Qt/Docs/Qt-6.10.0/
InstalledExamples=Qt 6.10.0|/Users/cristian/Qt/Docs/Qt-6.10.0|/Users/cristian/Qt/Examples/Qt-6.10.0/       
</code></pre>
<p dir="auto">Add these settings to your <code>QtCreator.ini</code> and you should get the Examples working.</p>
]]></description><link>https://forum.qt.io/post/834437</link><guid isPermaLink="true">https://forum.qt.io/post/834437</guid><dc:creator><![CDATA[cristian-adam]]></dc:creator><pubDate>Tue, 09 Dec 2025 11:29:30 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 10:25:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> It returns <code>/opt/Qt6/doc</code>. What does it mean?</p>
]]></description><link>https://forum.qt.io/post/834433</link><guid isPermaLink="true">https://forum.qt.io/post/834433</guid><dc:creator><![CDATA[gabrield-droid]]></dc:creator><pubDate>Tue, 09 Dec 2025 10:25:51 GMT</pubDate></item><item><title><![CDATA[Reply to Examples don&#x27;t show up on Tue, 09 Dec 2025 10:23:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabrield-droid">@<bdi>gabrield-droid</bdi></a> See <a href="https://wiki.qt.io/Qt_Examples_in_Qt_Creator" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.qt.io/Qt_Examples_in_Qt_Creator</a><br />
What does</p>
<pre><code>qmake -query QT_INSTALL_DOCS
</code></pre>
<p dir="auto">return? Make sure you use qmake from your custom Qt build.</p>
]]></description><link>https://forum.qt.io/post/834432</link><guid isPermaLink="true">https://forum.qt.io/post/834432</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 09 Dec 2025 10:23:53 GMT</pubDate></item></channel></rss>