July 7, 2012 | By Duchateaux.
The Article Clearly & Simply Shows Howto Download, Install and Getting-Started with a Complete Qt SDK Steps for Mageia 1-2 Linux x8664 Kde 4 Desktop.
By this Way you will Get at Once All the Qt Features including Qt Creator, Qt Designer and Qt Assistant.
The Qt SDK includes the tools you need to build desktop, embedded and mobile applications with Qt from a single install.
This is the recommended way to get started with Qt.
The latest SDK has a self updater feature that will keep you up to date as new versions are made available.
At the Article Bottom there is a Link to Getting-Started with Qt SDK Development.
The Qt SDK Contains:
.
-
Download Qt SDK 64-bit Installer:
Qt SDK 64-bit for Linux
Open a Terminal Window
(Press “Enter” to Execute Commands)
Applications >> System >> Terminal.

Install the C++ Compiler
Login as SuperUser.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Installing C++ Compiler.
urpmi gcc-c++
Starting the Installer
Give Right Permissions.
cd /QtSdk-*-linux-*.run
chmod +x QtSdk-*-linux-*.run
sudo chown root:root QtSdk-*-linux-*.run
Execute the Script.
./QtSdk-*-linux-*.run
Follow the Installation Process

Select Custom

Click on Select All

Follow the Installation Process

Select Custom

Click on Select All

Follow with Installation





The Download/Installation Process Take Quite a Long While so arm you with Patience…
After you Can Run the QT Creator :)

Add qmake to the PATH
su <username>
nano $HOME/.bashrc
Inserts for Bash Shell:
export PATH=$PATH:/opt/QtSDK/Desktop/Qt/4.8.1/gcc/bin
Ctrl+X to Save & Exit.
QT Development Quick Start Guide:
Getting-Started Quickly with Qt Dev