Author Topic: help me,code::blocks builder qt plugins  (Read 4710 times)

zhao74

  • Guest
help me,code::blocks builder qt plugins
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: help me,code::blocks builder qt plugins
« Reply #1 on: May 24, 2011, 06:56:50 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ