Compile QT in an ARM device

From wiki.ferrari.mo.it
Revision as of 13:39, 5 June 2019 by Admin (talk | contribs) (Created page with "=== Compile QT application in an ARM device === 1. Install required packages apt-get install qttools5-dev apt-get install qt5-default 2. Install required modules. Example...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compile QT application in an ARM device

1. Install required packages

apt-get install qttools5-dev
apt-get install qt5-default

2. Install required modules. Examples:

apt-get install libqt5sql5
apt-get install libqt5serialport5-dev
apt-get install libqt5websockets5-dev

3. Compile

cd my_dir
qmake
make