Author Topic: Qt4 Windows builds  (Read 3468 times)

Docsonic

  • Guest
Qt4 Windows builds
« on: February 06, 2008, 06:36:44 pm »
I am trying to use CB (Latest nightly build - Feb 05) with QT4 on WinXP/ Mingw and I am having a problem. When I try to create a new project and select the Qt4 option a wizard opens. I enter the relevant paths and it takes me to a point where I have to enter the main Qt directory (in my case C:\Qt\4.3.3\) but it tells me that it cannot find the QtCore4 library. Strangely it tells me that it tried appending .a and .lib. The file is there in the /lib folder but it is a dll (of course) not a .a or a .lib file. Could this be why it isn't finding it?

Any help would be greatly appreciated.

Thanks,

Tony
« Last Edit: February 06, 2008, 06:39:56 pm by Docsonic »

Docsonic

  • Guest
Re: Qt4 Windows builds
« Reply #1 on: February 06, 2008, 08:01:30 pm »
I managed to get this working by copying QTCore4.dll and calling it QTCore4 (no suffix). Seems a bizarre way to do it but it works :-)

Tony