I want to start working on c++ projectin qt on rhel 6...can someone enumerate the dependencies and other requirements I need to follow to get it done
-
Just download Qt from official its website "http://qt-project.org/downloads" use it. But off course it depends how you want to use it. If your going to use it for your desktop then just download the binary (executable) and install, else if you want to cross compile for embedded systems you need to download the qt source and configure it according to your needs.
good luck