Page 1 of 1
compiling in windows 7 gives errors
Posted:
Tue Jul 17, 2012 8:34 pm
by umen
Re: compiling in windows 7 gives errors
Posted:
Thu Jul 19, 2012 12:38 am
by redxii
Is everything on the same partition? Qt and the source/project can't be on different partitions. Qt installs to 'C:\Qt' by default, so you have either reinstall Qt on D: or move the source code to C:. You have to run the Qt installer again to change its location, simply moving its folder won't work.
Re: compiling in windows 7 gives errors
Posted:
Thu Jul 19, 2012 3:31 am
by umen
i managed to compile it , i downgrade Qt from 4.8.2 to 4.7
and it compiled fine
Re: compiling in windows 7 gives errors
Posted:
Thu Jul 19, 2012 5:40 pm
by redxii
I use 4.8.2 all the time, must be some other reason qmake didn't execute properly.