<?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[Static Build: androiddeployqt.dir&#x2F;main.cpp.obj] Error 1]]></title><description><![CDATA[<p dir="auto">Following the Youtube video: <a href="https://www.youtube.com/watch?v=2qsR8Dw8uzA" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=2qsR8Dw8uzA</a> I proceeded to build a static build of QT.</p>
<p dir="auto">I downloaded the src and in this directory I used the command:</p>
<pre><code>configure -release -opensource -confirm-license -prefix C:\QT\6.1.3
</code></pre>
<p dir="auto">in this directory. This went through without any problems.</p>
<p dir="auto">Afterwards I should execute the command:</p>
<pre><code>make -j8
</code></pre>
<p dir="auto">which terminated after 15 % with an error message:</p>
<pre><code>[ 15%] Built target Network_autogen
In file included from C:/Qt/6.1.3/Src/qtbase/include/QtCore/qstringconverter.h:1,
                 from C:/Qt/6.1.3/Src/qtbase/src/corelib/serialization/qtextstream.h:47,
                 from C:/Qt/6.1.3/Src/qtbase/include/QtCore/qtextstream.h:1,
                 from C:/Qt/6.1.3/Src/qtbase/src/corelib/io/qdebug.h:48,
                 from C:/Qt/6.1.3/Src/qtbase/include/QtCore/qdebug.h:1,
                 from C:/Qt/6.1.3/Src/qtbase/src/corelib/kernel/qcoreapplication.h:53,
                 from C:/Qt/6.1.3/Src/qtbase/include/QtCore/qcoreapplication.h:1,
                 from C:/Qt/6.1.3/Src/qtbase/include/QtCore/QCoreApplication:1,
                 from C:\Qt\6.1.3\Src\qtbase\src\tools\androiddeployqt\main.cpp:29:
C:/Qt/6.1.3/Src/qtbase/src/corelib/text/qstringconverter.h:189:87: internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:6590
     Q_CORE_EXPORT static const Interface encodingInterfaces[Encoding::LastEncoding + 1];
                                                                                       ^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See &lt;https://sourceforge.net/projects/mingw-w64&gt; for instructions.
qtbase\src\tools\androiddeployqt\CMakeFiles\androiddeployqt.dir\build.make:90: recipe for target 'qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/main.cpp.obj' failed
make[2]: *** [qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/main.cpp.obj] Error 1
CMakeFiles\Makefile2:12798: recipe for target 'qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/all' failed
make[1]: *** [qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/all] Error 2
[ 15%] Built target Gui_autogen
Makefile:144: recipe for target 'all' failed
make: *** [all] Error 2
</code></pre>
<p dir="auto">I tried to look at the affected area, but unfortunately I couldn't figure it out.<br />
I would like to thank you in advance for your answers.</p>
]]></description><link>https://forum.qt.io/topic/130421/static-build-androiddeployqt-dir-main-cpp-obj-error-1</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 17:36:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/130421.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Sep 2021 04:43:51 GMT</pubDate><ttl>60</ttl></channel></rss>