<?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[libs werden nicht gefunden]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">wollte ein einfaches Qt Programm ausführen. Ldd zeigt mir keine Fehlermeldung aber wenn ich die App starte bekomme ich folgende Fehlermeldung:</p>
<p dir="auto">./appuntitled1: /lib/x86_64-linux-gnu/libQt6Core.so.6: version `Qt_6.11' not found (required by ./appuntitled1)<br />
./appuntitled1: /lib/x86_64-linux-gnu/libQt6Qml.so.6: no version information available (required by ./app</p>
<p dir="auto">Die App habe ich erstellt mit QtCreator 19.</p>
<p dir="auto">Wo finde ich diese fehlenden libs?</p>
<p dir="auto">Danke im Voraus</p>
]]></description><link>https://forum.qt.io/topic/164649/libs-werden-nicht-gefunden</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 13:38:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164649.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 May 2026 08:48:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to libs werden nicht gefunden on Mon, 18 May 2026 18:48:12 GMT]]></title><description><![CDATA[<p dir="auto">Normalerweise, in das build Verzeichnis (ich bin nicht was das richtige Wort für "folder" ist).</p>
]]></description><link>https://forum.qt.io/post/838297</link><guid isPermaLink="true">https://forum.qt.io/post/838297</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 18 May 2026 18:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to libs werden nicht gefunden on Thu, 14 May 2026 07:17:52 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
danke für die Rückmeldungen.<br />
Habe jetzt im Internet folgende Anleitung gefunden:</p>
<p dir="auto">qt_generate_deploy_qml_app_script(<br />
TARGET MyApp<br />
OUTPUT_SCRIPT deploy_script<br />
)<br />
install(SCRIPT ${deploy_script})</p>
<p dir="auto">On installation, the application binary will be deployed, including the QML files and the shared libraries and assets of Qt that are used by the project. Again, the resulting directory is self-contained and can be packaged by tools like cpack.</p>
<p dir="auto">Das ganze in die cmake.txt geschrieben läuft ohne Fehler durch aber wo finde ich jetzt "OUTPUT_SCRIPT deploy_script"</p>
<p dir="auto">mfg</p>
]]></description><link>https://forum.qt.io/post/838235</link><guid isPermaLink="true">https://forum.qt.io/post/838235</guid><dc:creator><![CDATA[Qt-Lehrling]]></dc:creator><pubDate>Thu, 14 May 2026 07:17:52 GMT</pubDate></item><item><title><![CDATA[Reply to libs werden nicht gefunden on Mon, 11 May 2026 18:54:17 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">Es sieht aus das du deine Application mit eine andere Qt gebaut hast und du startet es von der Terminal who die Systembibliotheken benutzt sind wahrscheinlich älter.<br />
I sehe zwei Möglichkeiten:</p>
<ol>
<li>Benutzt die Bibliotheken, die mit deiner Linux-Distribution mitgeliefert sind um die Application zu bauen</li>
<li>Benutzt LD_LIBRARY_PATH so deine Application can die richtige Qt finden (mach das mit ein bash script, nicht fûr dein ganzes System)</li>
</ol>
<p dir="auto">Entschuldigung für mein Deutsch, ich habe seit Jahren keins mehr geschrieben.</p>
]]></description><link>https://forum.qt.io/post/838189</link><guid isPermaLink="true">https://forum.qt.io/post/838189</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 11 May 2026 18:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to libs werden nicht gefunden on Mon, 11 May 2026 07:04:15 GMT]]></title><description><![CDATA[<p dir="auto">Ich entwickle eher selten unter Linux und kann dir keine direkte Antwort darauf geben. Allerdings kannst du das im Qt Creator selbst herausfinden: In den Einstellungen findest du deine "Kits". Dort kannst du nachschauen, in welchen Pfaden denn Qt Creator die Qt Bibliotheken findet.</p>
]]></description><link>https://forum.qt.io/post/838181</link><guid isPermaLink="true">https://forum.qt.io/post/838181</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Mon, 11 May 2026 07:04:15 GMT</pubDate></item></channel></rss>