Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: zhao74 on May 24, 2011, 05:26:31 am
-
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
-
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.