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

How to install an add-on module to the qt5 redistributable version

$
0
0
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

Viewing all articles
Browse latest Browse all 2113

Trending Articles