News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

help me,code::blocks builder qt plugins

Started by zhao74, May 24, 2011, 05:26:31 AM

Previous topic - Next topic

zhao74

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

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]