aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-19 08:34:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 16:45:11 +0200
commitc0626490d1364187c4b4181cfd110640e3897ba2 (patch)
tree0cb69219fd27031c5bbd8cebc2be104c7442157f /README
parentbe16d21a80cccd341a07740adc30070b17c988b1 (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 8d12cfa9..b1c97a49 100644
--- a/README
+++ b/README
@@ -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