Chinaunix首页 | 论坛 | 博客
  • 博客访问: 489196
  • 博文数量: 130
  • 博客积分: 2111
  • 博客等级: 大尉
  • 技术积分: 1373
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-28 09:55
个人简介

IT民工

文章分类

全部博文(130)

文章存档

2021年(1)

2019年(1)

2017年(3)

2014年(1)

2013年(3)

2012年(2)

2011年(3)

2010年(2)

2009年(114)

分类: LINUX

2009-08-28 12:56:58

qtopia pda2.2.0编译和运行一个例子
2007-08-18 15:47:08
Compile and Build the Example

Prior to compiling the example application, it is necessary to setup the environment.

To compile and build the example, follow these steps:

  1. Create a copy of the example:

        cd somewhere
        cp -r $QPEDIR/examples/application .
        chmod +w application/*
        cd application

  2. Generate a Makefile:

make environment:
export QPEDIR=/home/lwx/qtopia_src/qtopia-free-2.2.0/qtopia
export QTDIR=$QPEDIR
  export DQTDIR=$QPEDIR
  export PATH=$QPEDIR/bin:$PATH
  export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH


        qmake -spec $QPEDIR/mkspecs/qws/linux-generic-g++ application.pro
make

  3. Build the Example:

        make

run a example:
environment set:
export QPEDIR=/home/lwx/qtopia_src/qtopia-free-2.2.0/qtopia/image/opt/Qtopia
export QTDIR=$QPEDIR
  export DQTDIR=$QPEDIR
  export PATH=$QPEDIR/bin:$PATH
  export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH

export PATH=/home/lwx/qtopia_src/qtopia-free-2.2.0/qt2/bin:$PATH

qvfb&
./example -qws
阅读(518) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~