How to install an add-on module to the qt5 redistributable version
-
Hello,
I have installed Qt5.0.2 via installer.
I then want to build another Add-On module (qtsystems).@cd ~/Qt5.0.2
cd 5.0.2/gcc/lib
git clone git://gitorious.org/qt/qtsystems.git
cd qtsystems
../../bin/qmake
make
make docs
sudo make install@But after doing this, Qt is not working as expected (it does not seem to find the .prf features i use.. looks like a bad configuration??).
How do i properly install a Qt5 Add-on module in the Qt5 install dir?Regards,
Chris