It is because you build it yourself dynamically !<br>I gess you used cmake to build marble.<br>Cmake searched for qmake. qmake was founded in your Qt directory .<br>SO it used those libs to run!<br>These libs are accessible from your apps ( it is because to be able to build marble with cmake and qmake you had to <br>

add qt path to your system environment). If you remove this definition or these libs then your app will note be able to run.<br><br>If your are trying to build/package a stand alone version of marble then I think you have first to build Qt statically.<br>

But then I personnaly did not found how to build marble statically.<br>So I stoped here my attempt to build a distributable package of marble.<br><br>++<br>Sylvain<br><br><br><div class="gmail_quote">2010/6/19 Christophe Leske <span dir="ltr">&lt;<a href="mailto:info@multimedial.de">info@multimedial.de</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,<br>
<br>
i compiled my own version of Marble, and it runs ok (despite my recent<br>
issues with the mouse not working anymore).<br>
<br>
In the program folder however, I do NOT have the QT-DLLs that the normal<br>
installation (0.8.0) has. Specifically, the following files are missing<br>
in my personal build folder (yet it runs):<br>
<br>
QtCore4.dll<br>
QtGui4.dll<br>
QtNetwork.dll<br>
QtSvg4.dll<br>
QtWebKit4.dll<br>
QtXML4.dll<br>
<br>
These are pretty self-explanatory, yet I am wondering why it is that my<br>
copy (which resides in another folder) is still running, despite the<br>
fact that these rather important files are missing?<br>
<br>
<br>
--<br>
Christophe Leske<br>
<br>
<a href="http://www.multimedial.de" target="_blank">www.multimedial.de</a> - <a href="mailto:info@multimedial.de">info@multimedial.de</a><br>
<a href="http://www.linkedin.com/in/multimedial" target="_blank">http://www.linkedin.com/in/multimedial</a><br>
Vogteistrasse 19 - 51647 Gummersbach<br>
+49(0)177 249 70 31<br>
<br>
<br>
_______________________________________________<br>
Marble-devel mailing list<br>
<a href="mailto:Marble-devel@kde.org">Marble-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/marble-devel" target="_blank">https://mail.kde.org/mailman/listinfo/marble-devel</a><br>
</blockquote></div><br>