Menu

Qt_Target_for_Linux_Platform

There is a newer version of this page. You can find it here.

This documentation discusses how to set up a Qt target for the Ubuntu 14.04 LTS 64-bit platform.

Install Qt

To install Qt on the Ubuntu 14.04 LTS 64-bit platform, do the following:

  1. Install QtCreator from Ubuntu Software Center

Installing QtCreator via Ubuntu Software Center will install the Qt5.2.1 SDK by default.

  1. Add missing examples

sudo apt-get install qtbase5-examples qtbase5-doc-html qt5-doc qt5-doc-html

  1. Install Qt4.8.6 library dependencies

sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui qt4-demos qt4-doc qt4-doc-html

  1. Add Qt4.8.6 SDK to QtCreator

  2. Add Qt4.8.6 Desktop Kit to QtCreator

Build Generic Linux Modules