I tried to compile the Qt libraries so that I can use it in VS2010. When I run “configure.exe -platform win32-msvc2010”, the command prompt says “perl not found–cannot run sycnqt”.
What’s the problem?
I tried to compile the Qt libraries so that I can use it in
Share
It seems that some dependency that requires Perl has slipped into the source distribution. See the comments here: http://labs.qt.nokia.com/2011/12/15/qt-4-8-0-released/
One of the solutions given in that comment thread was to delete (or rename or move) all the synqt.* files in Qt’s /bin directory.