PDA

View Full Version : Qt 4.6.1 Installation



JulioCastro
4th February 2010, 20:16
Hello all. I'm a new Qt-newbie. I recently learned about Qt and I think I can use it at work. However, after a successful installation of Qt Creator 1.3.1 based on Qt 4.6.1 I ran into "the" mingwm10.dll problem when trying to run an .exe file. I found a solution on the web that calls for doing the following steps

Step1) run configure -static
Step2) nmake sub-src (or mingw32-make sub-src)

Step 1 ran, I think, fine but when I issued the command mingw32-make sub-src the system game two errors. I gave up after three tries of the same process.

Hope someone can help with this problem.

Thanks

Julio

PS: I thought about including the output errors but I might as well for any responses since I have to redo Step 1 and Step 2 above.:confused::confused::confused:

aamer4yu
5th February 2010, 05:53
What did you download and how did you install ?

squidge
5th February 2010, 07:36
Sounds like the DLLs that Qt depends on are not in your system PATH.