Yeah!!<br>I works!<br>Enfin... not completly..<br>I mean I succeed to build and launch my libmarblewidget dependent application without error/crash (at least not depending on marble :) )!!<br>So here the trick : &quot;mingw32-make <b>release</b>&quot; !<br>

the release build does not return error when we launch it!<br><br>But!<br><br>The marble widget in my app is just a black rectangle where right and left clicks work as usual ( contextual menu etc)<br>Like with the standalone marble application =&gt; NO map! instead of being blue it is black...<br>

I think it is normal as it does not work in marble itself.<br>So again : ANYONE having a clue??<br><br>One other thing :<br>marble&#39;s widget do not show in Qt designer while the make install stage did copy <br>libMarbleWidgetPlugin.dll,  libMarbleNavigatorPlugin.dll and libLatLonEditPlugin.dll<br>

in C:\Qt\2010.02.1\qt\plugins\designer.<br>(I added this path in Qtdesign even if it is a bit dumb but widgets still missing)<br>I don&#39;t know why..<br>So for the Qt creator integration it is not stil here.<br><br>Anyway step two, building a libmarblewidget application passed!<br>

Here is the way (i will not put it on the techbase untill I don&#39;t see openstreetmap map in my app):<br>modify your .pro to fits windows&#39; paths like this:<br><div style="margin-left: 40px;">win32 {<br>    
INCLUDEPATH += $$quote(C:/Program Files/marble/include/marble)<br>






    LIBS += $$quote(C:/Program Files/marble/libmarblewidget.dll)<br>}<br>unix
 {<br>    LIBS += -L/usr/local/lib \<br>    -lmarblewidget<br>}<br></div><div id=":1l1" class="ii gt">run &quot;qmake&quot;<br>run &quot;mingw32-make <b>release</b>&quot;</div>It should be trivial in Qtcreator to build too.<br>

<br>After that the next step is the integration in Qt creator/designer (perhaps some Qt/Nokia guys are hanging here..)<br><br>So now I am waiting from people for some help with those remaining issues.<br><br>CU<br><br>Sylvain<br>

<br><br><div class="gmail_quote">2010/5/21 Sylvain Paré <span dir="ltr">&lt;<a href="mailto:sylvain.pare@gmail.com">sylvain.pare@gmail.com</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;">

Nope! You are realy in rush :p<br>it is only the first step : building marble on windows.just this.<br><br><div class="gmail_quote">2010/5/21 Christophe Leske <span dir="ltr">&lt;<a href="mailto:info@multimedial.de" target="_blank">info@multimedial.de</a>&gt;</span><div>

<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Am 21.05.2010 12:23, schrieb Sylvain Paré:<br>
<div>&gt; Hi.<br>
&gt;<br>
&gt; As there is actually no more issue for building marble on windows I<br>
&gt; just wrote on howto on the wiki/techbase :<br>
&gt; <a href="http://techbase.kde.org/Projects/Marble/WindowsCompiling" target="_blank">http://techbase.kde.org/Projects/Marble/WindowsCompiling</a><br>
&gt; Simon I took some of your hints.<br>
&gt; If anyone has something to say.. let&#39;s talk!<br>
</div>Hi,<br>
<br>
i am most interested in this and test it over the weekend.<br>
I am currently in a hurry, but does that mean that one can now build<br>
applications in QTCreator using the marble-Lib?<br>
<br>
That would be great,<br>
<br>
merci bien,<br>
<br>
Christophe Leske<br>
<a href="http://multimedial.de" target="_blank">multimedial.de</a><br>
<br>
PROFILE: <a href="http://www.linkedin.com/in/multimedial" target="_blank">www.linkedin.com/in/multimedial</a><br>
----------------------------------------<br>
<div><a href="http://www.multimedial.de" target="_blank">www.multimedial.de</a> - <a href="mailto:info@multimedial.de" target="_blank">info@multimedial.de</a><br>
</div>Vogteistrasse 19 - 51647 Gummersbach<br>
+49(0)180102-06600296//+49(0)177-2497031<br>
----------------------------------------<br>
<div><div></div><div><br>
_______________________________________________<br>
Marble-devel mailing list<br>
<a href="mailto:Marble-devel@kde.org" target="_blank">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>
</div></div></blockquote></div></div></div><br>
</blockquote></div><br>