这是QT 5.12 的配置说明,个人觉得不错
https://blog.youkuaiyun.com/elikang/article/details/88613992
我都配置参数:
./configure \
-v \
-prefix /opt/qt-513 \
-release \
-opensource \
-confirm-license \
-make libs \
-xplatform linux-arm-gnueabi-g++ \
-optimized-qmake \
-pch \
-sql-sqlite \
-qt-zlib \
-no-opengl \
-no-qml-debug \
-no-dbus \
-no-sse2 \
-no-openssl \
-no-cups \
-no-glib \
-no-icnov \
-qt-libjpeg \
-qt-libpng \
-skip qt3d \
-skip qttools \
-skip qtdoc \
-skip qtcanvas3d \
-nomake tools \
-nomake examples \
-nomake tests \
-I/opt/tslib1.4/include -L /opt/tslib1.4/lib
arm 上的环境配置
https://blog.youkuaiyun.com/qq_24890953/article/details/86493017