batuman
batuman

Reputation: 7314

Build QT for 32 bit application on 64 bit Ubuntu 14.04 (QJSValue: No such file or directory)

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

Answers (1)

Vladislav Mikitich
Vladislav Mikitich

Reputation: 485

Try to build qt from sources from git.

This is HowTo

Upvotes: 1

Related Questions