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

libQt0 prefix for a library of a built add-on module?

$
0
0
I built Qt5 from source using this article http://qt-project.org/wiki/Building_Qt_5_from_Git I then build the add-on module QtSystems: cd ~/qt5 git clone git://gitorious.org/qt/qtsystems.git cd qtsystems ../qtbase/qmake make make docs sudo make install I then notice that the built libraries have a libQt0 prefix. For example: libQt0ServiceFramework.so Why is the occuring, and how can i get libQt5 prefix?

Viewing all articles
Browse latest Browse all 2113

Trending Articles