If you are using Qt Creator it should already been configured, if not, just add that version of Qt in the preferences and make a Kit with it.
If you want to run it from the command line, I would recommend using the full path, so you're always sure of which version of qmake you are using (you could also have the system qt dev tools installed)
You're welcome !
You should also consider updating to 5.2.
Since you have it working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
Hi and welcome to devnet,
Glad you find out and thanks for sharing the solution. Can you also please update the thread title prepending [solved] so other forum users may know a solution has been found :)
Looks like the problem is I have another version of m4 in my path. Put the "L:\qt-everywhere-enterprise-src-5.2.0\gnuwin32\bin" before all the system path will solve the problem
Yes, thanks once again, that info has me further ahead.
For reference I'd like to add I found "this blog":http://sinairv.wordpress.com/2011/07/04/how-i-built-my-first-qt-application-in-visual-studio-2010/ helpful too after encountering my next problem which was...
bq. Unable to find a Qt build!
To solve this this problem specify a Qt build.
[quote author="steno" date="1387219790"]This is just a guess, but the check box under the tools is the actual minGW compiler and the other is the Qt libraries built with the minGW compiler. I think it's just there just in case you don't have minGW installed already.[/quote]
I did the setup twice: once with MinGW 4.8 checked, once without checking it. Both installations have MinGW installed.
Furthermore, the size of the 2 installations are almost identical: the installation without "MinGW 4.8" is just a little lighter than the other (about 1.5 MB lighter).
I found out that this is the folder C:\Qt\Qt5.2.0\5.2.0\mingw48_32\doc which is lighter. All files (.qch) are a few KB lighter than the ones with "MinGW 4.8" checked.
It seems it's the Qt documentation... but what's the difference with the other installation and why is it called "MinGW-builds 4.8.0 32 bit toolchain"?
EDIT: actually I reinstalled both installations again and there is no size difference (there was a difference probably because I opened the examples or something like that). They're SAME.
So what's this toolchain thing?
You're welcome !
Not that your setup is running, please, update the thread title prepending [solved] so other forum users may know a solution has been found :)
Have you tried to copy all the DLLs in your executable folder and executing it? Maybe there is some missing DLLs that generates your problem.
I posted this "inverse" method that worked for me "here":http://stackoverflow.com/questions/17023419/win-7-64-bit-dll-problems/20606198#20606198
You're welcome !
Now that it building correctly, please update the thread title prepending [solved] so other forum users may know a solution has been found :)