Using Qt for Android (July 2017)

From Tuxamito
Revision as of 22:44, 10 July 2017 by Daniel (talk | contribs) (Created page with " = Installation = == Qt libraries and QtCreator == https://info.qt.io/download-qt-for-application-development In the website of Qt, [https://info.qt.io/download-qt-for-ap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installation

Qt libraries and QtCreator

https://info.qt.io/download-qt-for-application-development


In the website of Qt, download the Qt installer open-source application development. Then go to the directory where it is downloaded, make it executable and run it as root:

chmod 777 qt-unified-linux-x64-3.0.0-online.run
sudo ./qt-unified-linux-x64-3.0.0-online.run

When the next window appears then click on skip to continue without registering. Qtinst1.png

Then choose the installation path, the default one is usually a good choice. Qtinst2.png

sudo ln -sf /opt/Qt/Tools/QtCreator/bin/qtcreator.sh /usr/local/bin/qtcreator


Android Tools