Hi there,
today I tried to make a rebuild of the latest qt5 repository.
I did a git pull of the stable branch and then tried to run
configure (under Windows XP).
It turned out, however, that there was always the option “-top-level” added to my other configure options, which resulted in configure not completing: “Unkown option -top-level”
Looking into the file qt5/configure.bat I found this line:
call %configure% -top-level %*
Changing it into
call %configure% %*
made it possible to complete configure.
But afterwards I have no makefile in my qt5 directory…
What am I missing??
Thanks,
Ludwick
↧