-
standard QT libraies
hello
I am a QT novice!!
I am using the Eclipse integration and have a small application which I can run but not debug.
So I ran gdb on the application from the command line and received errors stating that QtCored4.dll and QtGuid4.dll could not be found.
Copying these files into the same folder as the appication solved the problem.
My question is do I need to copy these files for every application or is there a setting I can use to avoid this
TIA
Graham
-
Re: standard QT libraies
No, you don't need to copu these libs to your apllication's directory. Frankly speaking, I don't know what precise setting you are lookig for in Eclipse, but you should try to look into debug options and specify the library directory, so that Eclipse knows where to look for these libs.
-
Re: standard QT libraies
you can add path to C:\path\to\Qt_dir\bin to your Path environment variable