Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1099692
  • 博文数量: 276
  • 博客积分: 8317
  • 博客等级: 少将
  • 技术积分: 2329
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-12 08:17
个人简介

http://ads.buzzcity.net/adpage.php?partnerid=40096

文章分类

全部博文(276)

文章存档

2013年(1)

2012年(38)

2011年(102)

2010年(85)

2009年(45)

2008年(5)

分类: LINUX

2009-09-21 20:48:13

自从接触android平台以后,已经好久没有摸qt的东西了。今天翻开以前qt的文档,决定整理一下以前的劳动成果,不过,关键是过程。下面说一下静态编译qt-embedded的过程。首先是主机平台,我的是gentoo,toolchain用的是codesourcery的,qt-embedded的代码可以去qt的主站下载。不过,qt现在已经易主了。这里只记录一下配置的参数。
../qt-embedded-linux-opensource-src-4.5.0-beta1/configure \
-prefix /work/QtEmbedded-4.5.0-static \
-release \
-static \
-fast \
-largefile \
-no-exceptions \
-no-accessibility \
-stl \
-plugin-sql-sqlite \
-no-qt3support \
-no-xmlpatterns \
-no-phonon \
-phonon-backend \
-gtkstyle \
-no-svg \
-no-webkit \
-no-assistant-webkit \
-no-scripttools \
-qt-zlib \
-qt-gif \
-qt-libtiff \
-qt-libpng \
-qt-libmng \
-system-libjpeg \
-no-openssl \
-nomake examples \
-nomake docs \
-nomake demos \
-optimized-qmake \
-no-nis \
-no-cups \
-no-iconv \
-pch \
-no-dbus \
-xplatform qws/linux-x86-g++ \
-embedded x86 \
-qt-freetype \
-depths all \
-no-opengl \
-qt-gfx-qvfb \
-qt-gfx-transformed \
-no-gfx-multiscreen \
-no-gfx-vnc \
-no-gfx-linuxfb \
-qt-kbd-qvfb \
-qt-kbd-tty \
-qt-kbd-usb \
-qt-mouse-pc \
-qt-mouse-qvfb \
-no-glib

make
make install

阅读(1301) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~