Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, September 2006
question about how to compile qt windows debug version


Message 1 in thread

Hi,

I installed the MinGW and Qt 4.1.4 on Windows XP.
And then I try to compile the example. the Release 
Version is ok but the Debug Version has a Link error:

C:\MinGW\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe: 
cannot
 find -lQtGuid4

why? 

thanks,
gundomcz,
060907

Message 2 in thread

Hi,
xubin.lin@xxxxxxxxxxxxxxxx wrote:
>
> Hi,
>
> I installed the MinGW and Qt 4.1.4 on Windows XP.
> And then I try to compile the example. the Release
> Version is ok but the Debug Version has a Link error:
The binary packages only has the release dlls. You will need to compile 
the debug dll's yourself.
In your qt dir, do a "configure -debug" followed by a "mingw32-make".

Girish


Message 3 in thread

xubin.lin@xxxxxxxxxxxxxxxx wrote:
> Hi,
> 
> I installed the MinGW and Qt 4.1.4 on Windows XP.
> And then I try to compile the example. the Release 
> Version is ok but the Debug Version has a Link error:
> 
> C:\MinGW\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe: 
> cannot
>  find -lQtGuid4
> 
> why? 

Hi,

This list is for topics related to Qt Jambi. For topics related to Qt, 
like this one, please post to qt-interest@xxxxxxxxxxxxx

best regards,
Gunnar