Add new program in qtopia phone edition

Manually running qmake is no longer supported. All application development must be enabled via configure or qtopiamake.


When editing source files and shadow building (that is, build tree != source tree) you may be interested in depot hopping. Simply set QPEDIR to the location of your build tree and the Makefiles that qtopiamake puts in the source tree will call through to those in the build tree. For example:

    cd /path/to/build
    export QPEDIR=$PWD
    cd /path/to/source/examples/application
    $QPEDIR/bin/qtopiamake # sets up shadow build to $QPEDIR/examples/application
    make # build in $QPEDIR/examples/application

Posted by 태해

2008/04/28 16:43 2008/04/28 16:43
,
Response
No Trackback , No Comment
RSS :
http://taehae.injece.net/rss/response/127

Trackback URL : http://taehae.injece.net/trackback/127

Leave a comment
« Previous : 1 : ... 11 : 12 : 13 : 14 : 15 : 16 : 17 : 18 : 19 : ... 115 : Next »