Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

[Help] Configure static compile with Qt 5.0.2

$
0
0
I build an GUI application based on Qt 5.0.2 in Ubuntu platfrom, then I copied the build folder into another Ubuntu machine and run it, but I got the error in terminal error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory. error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory After take a look at Google, I figured out that the problem is about static compile (share library and static library). I try to do some instruction with older Qt version, but not successful. Could everyone tell me how can I fix that problem or give me some ideas for configuring Qt 5.0.2 to be static compile? please. thannk you so much

Viewing all articles
Browse latest Browse all 2113

Trending Articles