[SOLVED] libQt0 prefix for a library of a built add-on module?
-
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 installI 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?