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 태해