Thanks shiroki This does not works (neither puting the libs by hand , neither setting the paht ) If I want to run my QtCreator i have a messagebox telling 'there is not found entry point to procedure _Z17qt_message_output9QtMsgTypePKc at QTCore4.dll' By any reason, original dlls are not compatible with QTCreator - mingw build
Any idea ? ----- Original Message ----- From: "shiroki" <[email protected]> To: <[email protected]> Sent: Wednesday, November 17, 2010 10:14 AM Subject: Re: [Qt-creator] About compile QTcreator with mingw Hei, You compiled creator against qt-mingw, right? So your creator depends on Qt libs to run. You can either put the QTDIR/lib;QTDIR/bin into your PATH, or put the Qt binaries with creator binary. If you have more than one Qt version installed, make sure you copy the correct ones into the creator binary directory ( the one your compiled creator against - mingw ones) BR. Jing On Wed, Nov 17, 2010 at 9:55 AM, Antonio P <[email protected]> wrote: > But, the qtcreator.pro does not have any QTCore4.dll to compile. > Yesterday, somebody says me at the Forum that QTcreator does not need > QTCore4.dll ???????? > > The more amazing thing is that nobody can give me the solution. > Thanks > > > > > ----- Original Message ----- > From: "andy fillebrown" <[email protected]> > To: <[email protected]> > Sent: Tuesday, November 16, 2010 8:05 PM > Subject: Re: [Qt-creator] About compile QTcreator with mingw > > > It sounds like you copied the wrong Qt dll's. Use the ones you built > QtCreator with. > > ~ af > _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
