[Qt-creator] Some issues concerning dlls in the qt sdk
Porfirio
porfirio.ribeiro at sapo.pt
Wed Mar 25 10:22:14 CET 2009
I compiled QtCreator with Mingw on Windows XP without any problem and it
run's fine!
I think that if you ship QtCreator compiled with mingw you could make
the folder system better
SDK
\qt
\bin
\designer.exe
\Qt*.dll #mingw
...
\lib
...
...
\bin
\QtCreator.exe
\Qt*.dll #msvc
...
\mingw
...
...
Could become
SDK
\bin
\designer.exe
\QtCreator.exe
\Qt*.dll #mingw
...
\lib
...
\mingw
...
...
So i could set my QT_DIR to the SDK dir and not to the SDK\qt
Even mingw distribution could be bundled on same structure, but that
might be more complicated
I also agree that would be cool to have the static libraries, maybe not
bundle it, make it an optional download
Compiling Qt static on my Pentium 4 takes ages xD
Em 25-03-2009 1:05, Yue Wang escreveu:
> Hi,
>
>
>
>> Creator is built using MSVC, and the SDK uses MinGW. So there have to
>> be two copies.
>>
>
> ic.
> but we can probably build it using the same compiler:)
>
>
>> The library concepts of Windows and Unix are quite different. Whatever
>> "works" on one system does not necessarily do so on the other. Mixing
>> debug and release builds is one of the items on that list.
>>
>
>
> I see. thanks for explanation.
>
>
>>> (The only way I can do is to remove Qtxxd.dll, and copy Qtxx.dll to Qtxxd.dll)
>>>
>> Does that work?
>>
>
> It works. and debugging is much faster than before.
>
>
>>> Can we ship static libraries?
>>> So users don't need to compile them.
>>>
>> This would certainly possible, but didn't the thread start with "we ship
>> too much"?
>>
>
> "we ship to much useless/duplicated stuffs"
>
> Yue Wang
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090325/1867d16a/attachment.html
More information about the Qt-creator-old
mailing list