author | zecke <zecke> | 2004-07-23 13:01:56 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-07-23 13:01:56 (UTC) |
commit | 984ab6b8bccf667a89062d959defed4a5d86bfb1 (patch) (side-by-side diff) | |
tree | 86ca49bb35c52ec0d71daa4ffc61779393f5868b /README | |
parent | 641881607b1720e2cf013b54b0e5c2c03fcf55b9 (diff) | |
download | opie-984ab6b8bccf667a89062d959defed4a5d86bfb1.zip opie-984ab6b8bccf667a89062d959defed4a5d86bfb1.tar.gz opie-984ab6b8bccf667a89062d959defed4a5d86bfb1.tar.bz2 |
Adjust to the relayout of the qt dir
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH You have to apply the qte<version>-all.patch to the Qt/Embedded sources and copy the qconfig-qpe.h file to $QTDIR/src/tools: -cd $QTDIR; cat $OPIEDIR/qt/qte<version>-all.patch | patch -p1 +cd $QTDIR; cat $OPIEDIR/qt/qt-<version>.patch/qte<version>-all.patch | patch -p1 cp $OPIEDIR/qt/qconfig-qpe.h $QTDIR/src/tools You are now ready to configure and build Qt/Embedded |