Quote Originally Posted by magland View Post
I tried downloading 0.9.0beta, but when I ran the build.bat program on windows it seemed to go into an infinite recursion.

Edyuk crashes when I load my project in v0.8.0, so I was hoping this problem would be resolved in the latest update.

I'm interested in using Edyuk... but first step is of course to get it installed and working properly.
The batch file was originally added to workaround a bug/missing feature in Window$ ME which prevented proper compilation of subdirs project. If you are not using this version of Windows you should try the "regular" commands :
Qt Code:
  1. $ qmake
  2. $ mingw32-make
To copy to clipboard, switch view to plain text mode 
Anyway I checked the content of the build.bat file and I didn't see anything that might cause kinda infinite recursion... Maybe you could give me more details.