Hi, I'm trying to build Qt Creator using qbs on debian linux (running qbs install release).
The build is successful, but when I try to execute it it prints the following message and quits: ./qtcreator: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory strace shows it tries to find the library in ../lib/qtcreator, but does not descend into plugins. Looks like rpath is not configured correctly, or is it something else? Last time I used it was about 1-2 months ago, and it worked just fine. - Orgad _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
