<?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[Build Qt6 libs only]]></title><description><![CDATA[<p dir="auto">It seems a silly question but I'm not able to tell <code>configure</code> to build libs only.<br />
The help says:</p>
<pre><code>-make &lt;part&gt; ......... Add &lt;part&gt; to the list of parts to be built.
                       Specifying this option clears the default list first.
                       (allowed values: libs, tools, examples, tests,
                       benchmarks, manual-tests, minimal-static-tests)
                       [default: libs and examples, also tools if not
                       cross-building, also tests if -developer-build]
-nomake &lt;part&gt; ....... Exclude &lt;part&gt; from the list of parts to be built.
</code></pre>
<p dir="auto">So, at first I tried:</p>
<pre><code>$ ../qt5/configure -make libs -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb
+ mkdir -p qtbase
+ cd qtbase
+ exec /home/user/qt5/qtbase/configure -top-level -make libs -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb
CMake Warning at /home/user/qt5/qtbase/cmake/QtProcessConfigureArgs.cmake:247 (message):
 '-make libs' is not implemented yet.
</code></pre>
<p dir="auto">So why it's listed in the help but not implemented (yet)?</p>
<p dir="auto">Anyway, also:</p>
<pre><code>../qt5/configure -nomake tools -nomake examples -nomake tests -nomake benchmarks -nomake manual-tests -nomake minimal-static-tests -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb 
+ mkdir -p qtbase
+ cd qtbase
+ exec /home/user/qt5/qtbase/configure -top-level -nomake tools -nomake examples -nomake tests -nomake benchmarks -nomake manual-tests -nomake minimal-static-tests -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb
CMake Warning at /home/user/qt5/qtbase/cmake/QtProcessConfigureArgs.cmake:247 (message):
  '-nomake tools' is not implemented yet.
</code></pre>
<p dir="auto">fails.<br />
So how to build only the libraries?</p>
]]></description><link>https://forum.qt.io/topic/130951/build-qt6-libs-only</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 01:17:44 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/130951.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Oct 2021 11:09:28 GMT</pubDate><ttl>60</ttl></channel></rss>