diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-06 06:57:31 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-06 06:57:31 (GMT) |
commit | 180bdb06feed8c5fe08f88b9eb16b7676615851f (patch) | |
tree | 79578f3fbee6ac9cf5fca9531b31ea5796f65ae2 /INSTALL | |
parent | 2420c3b6c728ed4c8a8efd4c93427932420c7368 (diff) | |
download | Qt-180bdb06feed8c5fe08f88b9eb16b7676615851f.zip Qt-180bdb06feed8c5fe08f88b9eb16b7676615851f.tar.gz Qt-180bdb06feed8c5fe08f88b9eb16b7676615851f.tar.bz2 |
Remove incorrect statement from INSTALL file.
The -prefix-install option is actually on by default and has no effect
on any platform but Mac.
Task-number: QTBUG-3029
Reviewed-by: Lincoln Ramsay
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -65,9 +65,7 @@ By default, Qt is configured for installation in the /usr/local/Trolltech/Qt-%VERSION% directory, but this can be - changed by using the -prefix option. Alternatively, the - -prefix-install option can be used to specify a "local" - installation within the source directory. + changed by using the -prefix option. cd /tmp/%DISTNAME% ./configure |