Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.5.0
-
None
Description
The Windows sources misses the file
bin/syncqt.bat
This file is needed when building out of source (shadow build).
A other way to fix this is to patch configureapp.cpp with something like this:
- << "call " << fixSeparators(sourcePath) << fixSeparators("/bin/syncqt.bat -outdir \"") << fixSeparators(buildPath) << "\"" << endl + << "call " << "perl.exe -S syncqt -outdir \"" << fixSeparators(buildPath) << "\"" << endl