<?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 configure dds and mng for static QT build]]></title><description><![CDATA[<p dir="auto">I don't seem to be able to figure out the correct options for configure in QT 5.12.12 so that the static versions of dds and mng libraries are built.</p>
<p dir="auto">Darryls-Mac-Pro:Src dtorske$ ./configure --prefix=/Users/dtorske/Qt5.12.12/5.12.12-src/clang_64-static -static -release -nomake examples -nomake tests -opensource -qt-libpng -qt-zlib -qt-libjpeg -qt-freetype -qt-pcre -qt-harfbuzz -qt-libmng -v</p>
<ul>
<li>cd qtbase</li>
<li>/Users/dtorske/Qt5.12.12-src/5.12.12/Src/qtbase/configure -top-level --prefix=/Users/dtorske/Qt5.12.12/5.12.12-src/clang_64-static -static -release -nomake examples -nomake tests -opensource -qt-libpng -qt-zlib -qt-libjpeg -qt-freetype -qt-pcre -qt-harfbuzz -qt-libmng -v<br />
Creating qmake...<br />
make: Nothing to be done for `first'.<br />
ERROR: Unknown command line option '-qt-libmng'.</li>
</ul>
<p dir="auto">I have checked the doc's and don't find a reference on how to set this option in configure.</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.qt.io/topic/137821/unable-to-configure-dds-and-mng-for-static-qt-build</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 19:03:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/137821.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Jul 2022 16:43:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to unable to configure dds and mng for static QT build on Tue, 19 Jul 2022 02:48:50 GMT]]></title><description><![CDATA[<p dir="auto">fyi: here is my entire configure command:</p>
<p dir="auto">./configure --prefix=/Users/dtorske/Qt5.12.12-src/5.12.12/clang_64-static -static -release -nomake examples -nomake tests -nomake tools -opensource -no-sql-db2 -no-sql-ibase -no-sql-mysql -qt-libpng -qt-zlib -qt-libjpeg -qt-freetype -qt-pcre -qt-harfbuzz MNG_LIBDIR=/usr/local/lib MNG_INCDIR=/usr/local/include -mng -cups -v</p>
]]></description><link>https://forum.qt.io/post/721879</link><guid isPermaLink="true">https://forum.qt.io/post/721879</guid><dc:creator><![CDATA[coltigh]]></dc:creator><pubDate>Tue, 19 Jul 2022 02:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to unable to configure dds and mng for static QT build on Tue, 19 Jul 2022 02:36:39 GMT]]></title><description><![CDATA[<p dir="auto">ok, i figured out what i need to do here.  You have to uncomment dds in the <a href="http://imageformats.pro" target="_blank" rel="noopener noreferrer nofollow ugc">imageformats.pro</a> file and that will allow dds to be built.   For mng, I needed to point to the library directory and include directory on the configuration command:</p>
<p dir="auto">MNG_LIBDIR=/usr/local/lib MNG_INCDIR=/usr/local/include -mng</p>
]]></description><link>https://forum.qt.io/post/721877</link><guid isPermaLink="true">https://forum.qt.io/post/721877</guid><dc:creator><![CDATA[coltigh]]></dc:creator><pubDate>Tue, 19 Jul 2022 02:36:39 GMT</pubDate></item><item><title><![CDATA[Reply to unable to configure dds and mng for static QT build on Tue, 12 Jul 2022 15:03:59 GMT]]></title><description><![CDATA[<p dir="auto">What did you try?</p>
]]></description><link>https://forum.qt.io/post/721071</link><guid isPermaLink="true">https://forum.qt.io/post/721071</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Tue, 12 Jul 2022 15:03:59 GMT</pubDate></item><item><title><![CDATA[Reply to unable to configure dds and mng for static QT build on Mon, 11 Jul 2022 22:48:50 GMT]]></title><description><![CDATA[<p dir="auto">You are correct about it being in imageformats.  But i still can't seem to trigger configure to compile it statically along with dds.  I was able to statically build everything else that i needed once if figured out the appropriate configure options.  I am just stuck on these two.</p>
]]></description><link>https://forum.qt.io/post/720961</link><guid isPermaLink="true">https://forum.qt.io/post/720961</guid><dc:creator><![CDATA[coltigh]]></dc:creator><pubDate>Mon, 11 Jul 2022 22:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to unable to configure dds and mng for static QT build on Mon, 11 Jul 2022 16:52:46 GMT]]></title><description><![CDATA[<p dir="auto">The mng plugin is not in qtbase but in <a href="https://code.qt.io/cgit/qt/qtimageformats.git/tree/src/plugins/imageformats" target="_blank" rel="noopener noreferrer nofollow ugc">qtimageformats</a>.</p>
]]></description><link>https://forum.qt.io/post/720916</link><guid isPermaLink="true">https://forum.qt.io/post/720916</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Mon, 11 Jul 2022 16:52:46 GMT</pubDate></item></channel></rss>