summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-02-08 09:31:00 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-02-08 09:31:00 (GMT)
commitce51d49a0efaf3f63998f6aa9aebc688b90994a4 (patch)
tree32e3df20e7509284dc9608c0c28f58883fd7021c /src/tools
parentf3a231700faf1da733e3894c2cfeebe6bf763e0e (diff)
downloadQt-ce51d49a0efaf3f63998f6aa9aebc688b90994a4.zip
Qt-ce51d49a0efaf3f63998f6aa9aebc688b90994a4.tar.gz
Qt-ce51d49a0efaf3f63998f6aa9aebc688b90994a4.tar.bz2
Make link bootstrap again.
Fix the borked fix and re-add the dollar signs.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/bootstrap/bootstrap.pri b/src/tools/bootstrap/bootstrap.pri
index 4cdb329..c29d59d 100644
--- a/src/tools/bootstrap/bootstrap.pri
+++ b/src/tools/bootstrap/bootstrap.pri
@@ -44,10 +44,10 @@ hpux-acc*|hpuxi-acc* {
CONFIG(debug, debug|release) {
QMAKE_LIBDIR += $$QT_BUILD_TREE/src/tools/bootstrap/debug
} else {
- QMAKE_LIBDIR += $QT_BUILD_TREE/src/tools/bootstrap/release
+ QMAKE_LIBDIR += $$QT_BUILD_TREE/src/tools/bootstrap/release
}
} else {
- QMAKE_LIBDIR += $QT_BUILD_TREE/src/tools/bootstrap
+ QMAKE_LIBDIR += $$QT_BUILD_TREE/src/tools/bootstrap
}
LIBS += -lbootstrap
}