don't tell people to add qtbase/bin to PATH

there is no reason whatsoever to do this (any more).

Change-Id: Ib68c60ef137db0d68100f51a4efcaa27dd3c72e3
Reviewed-by: Yuchen Deng <loaden@gmail.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Oswald Buddenhagen
2012-09-19 08:34:56 +02:00
committed by The Qt Project
parent be16d21a80
commit c0626490d1

2
README
View File

@@ -43,7 +43,6 @@ HOW TO BUILD QT5
-----------
cd <path>/qt-everywhere-opensource-src-<version>
export PATH=$PATH:$PWD/qtbase/bin
./configure -prefix $PWD/qtbase -opensource -nomake tests
make -j 4
@@ -55,7 +54,6 @@ HOW TO BUILD QT5
path.
cd <path>\qt-everywhere-opensource-src-<version>
set PATH=%PATH%;%CD%\qtbase\bin;
configure -prefix %CD%\qtbase -opensource -nomake tests
nmake // jom // mingw32-make