I am builder a QT plugins program,in linux,it's run OK.
but at windows, is not run! not find plugins DLL.
in QMake builder is OK.
code:blocks 10.02 windows 7
mingw32
qt-2010-5
Quote from: zhao74 on May 24, 2011, 05:26:31 AM
but at windows, is not run! not find plugins DLL.
Either you copy the QT DLL's to a common PATH like
Windows\system32 or you copy them to the folder where you run your project in (inspect the project settings).
Next time please respect our forum rules and search the forums before asking. This has been answered
many times.