This is an old revision of the document!
Table of Contents
Qt
Environment
Kali Linux
Operating System
Windows 10 WSL1
Update
sudo -s apt update apt full-upgrade apt autoremove
Install
apt install qtcreator
Qt5
Base
apt install qtbase5-dev
Serial
apt install qt5serialport-examples libqt5serialport5-dev
Strip
strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Qt6
Base
apt install qt6-base-dev
Strip
strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt6Core.so.6