qt-ezx-dev Code
Brought to you by:
novesky
First of all, Setup environment: . /opt/qt-ezx-dev/setenv.sh Build ezx application with qmake (/opt/qt-ezx-dev/qmake from qt5) has 3 ways: 1. CONFIG += ezx in your pro file, then qmake and make. 2. qmake -spec qws/linux-g++-ezx 3. tmake some.pro -o Makefile. Then make