Reputation: 7314
I donwloaded QT source codes from this link. Then I configured for 32 bit
./configure -platform linux-g++-32
Then make to start the build process. Along the way, I got this error. Wonder somebody can help on this.
qmetaobjectpublisher.cpp:44:20: fatal error: QJSValue: No such file or directory
#include <QJSValue>
^
compilation terminated.
Upvotes: 0
Views: 292