在linux设备中搭建Qt运行环境

来源:互联网 发布:新浪微博登陆网络异常 编辑:程序博客网 时间:2024/06/04 19:47

配置编译Qt4.8.5(everywhere-opensource)的脚本

#!/bin/sh ../qt-everywhere-opensource-src-4.8.5/configure \-prefix /home/xuin/qt-4.8.5-arm \-opensource -confirm-license -release -embedded arm\-xplatform qws/linux-arm-g++ -no-qt3support\-depths 16,18,24,32 -no-qvfb -no-svg -no-cups -no-mmx \-no-3dnow -no-sse -no-sse2 -no-glib -no-openssl -shared\-no-largefile -no-accessibility -no-xrender -no-webkit \-no-gtkstyle -nomake examples -nomake docs -nomake demos \-plugin-mouse-pc -plugin-mouse-tslib -little-endian \-plugin-mouse-linuxtp -fast -lrt -qt-mouse-tslib\-no-pch\-D QT_NO_QWS_CURSOR\-D QT_QWS_CLIENTBLIT \-I /usr/local/tslib/include\-L /usr/local/tslib/lib

其中:

 -release              Compile and link Qt with debugging turned off. -debug                Compile and link Qt with debugging turned on. -nomake tests         Disable building of tests to speed up compilation -nomake examples      Disable building of examples to speed up compilation -confirm-license      Automatically acknowledge the LGPL 2.1 license.
0 0
原创粉丝点击