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
