Trouble with moc when compiling with Qt Creator on Windows
Posted by Tiansen on Mar 09, 2019; 5:05pm
URL: https://forum.librecad.org/Trouble-with-moc-when-compiling-with-Qt-Creator-on-Windows-tp5717046.html
Hello,
I get following error when trying to compile Librecad on Windows with Qt Creator:
/usr/bin/sh: C:\Qt\5.11.2\mingw53_32\bin\moc.exe: command not found
However moc.exe can be found under this path. I think that issue may be linked to calling /usr/bin/sh to run moc.exe. I searched for references to this in Librecad project to fix this but cannot find any. Any ideas what I can try to solve this?