diff options
author | axis <qt-info@nokia.com> | 2009-08-19 11:39:46 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-19 11:40:30 (GMT) |
commit | a238c86219a2a16d1e417a4c75273c6d9c7faecc (patch) | |
tree | b24f2fcad3b4c69fbe8063754c4ad8cd9941a333 | |
parent | 38466376233e7bcbc208602dde704baf20ef0952 (diff) | |
download | Qt-a238c86219a2a16d1e417a4c75273c6d9c7faecc.zip Qt-a238c86219a2a16d1e417a4c75273c6d9c7faecc.tar.gz Qt-a238c86219a2a16d1e417a4c75273c6d9c7faecc.tar.bz2 |
Revert "We don't need this library for the Metrowerks toolchain."
This reverts commit 9a6eb12c26697330a5adf4450beb98098ad7da40.
Not needed anymore after the MWC compiler became unsupported.
RevBy: Jason Barron
-rw-r--r-- | src/tools/bootstrap/bootstrap.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bootstrap/bootstrap.pri b/src/tools/bootstrap/bootstrap.pri index 6261b30..b4f9b2f 100644 --- a/src/tools/bootstrap/bootstrap.pri +++ b/src/tools/bootstrap/bootstrap.pri @@ -55,7 +55,7 @@ hpux-acc*|hpuxi-acc* { unix:LIBS += -lz # win32:LIBS += libz.lib } -win32:!win32-mwc:LIBS += -luser32 +win32:LIBS += -luser32 mac { CONFIG -= incremental |