This documentation discusses how to set up a Qt Runtime Target for the Ubuntu 14.04 LTS 64-bit platform.
To install Qt on the Ubuntu 14.04 LTS 64-bit platform, do the following:
Installing QtCreator via Ubuntu Software Center will install the Qt5.2.1 SDK by default.
The QtCreator installation does not install example code and documentation. So, do the following:
sudo apt-get install qtbase5-examples qtbase5-doc-html qt5-doc qt5-doc-html
sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui qt4-demos qt4-doc qt4-doc-html
TBD - describe how to do this.
TBD - describe how to do this.
Use the instructions found at https://sourceforge.net/p/wz-mle/mlewiki/SDK_Build_Environment_for_Linux_Platform/ to generate the runtime libraries and mastering tools for the Linux platform.
You do not need to build the Rehearsal Player components (Actors/Roles/Mediarefs/Sets/Stages) found on that page since those instructions target the Coin 3D Inventor platform. The Qt Runtime Target uses OpenGL without the Coin 3D Scene Graph.