Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
4.6.1
-
None
-
None
-
Qt 4.6.1, MIPS arch, WinCE 5.0 OS
Description
Hello,
I'm facing an issue which I didn't face with Qt 4.6.0 (and previous versions). I'm building Qt 4.6.1 for an embedded device running WinCE 5.0. I successfully run the configure command, but when I run nmake, I eventually get an error that says that lrelease.exe cannot be found. My guess is that your intention was to have lrelease built in the new Qt version (just like uic, moc, rcc etc), but its not and the make process proceeds with the assumption that lrelease is available. Thus, build process eventually errors out because lrelease can't be found.