summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-24 11:47:25 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-12-03 12:43:36 (GMT)
commit401ce2a3be40047bdbc3e66be1d88e371a316e16 (patch)
treeb90e610091b10b0e1896ad43f183f7a0a549192a /configure
parent2eec8cbb2227db6e84a268d53591dd2ef026cbeb (diff)
downloadQt-401ce2a3be40047bdbc3e66be1d88e371a316e16.zip
Qt-401ce2a3be40047bdbc3e66be1d88e371a316e16.tar.gz
Qt-401ce2a3be40047bdbc3e66be1d88e371a316e16.tar.bz2
build lrelease as part of the "libs" part.
currently it is a bootstrapped tool like moc, rcc and uic in src/tools/, so just force it into the same group. every qt build includes the libs part, so this will resolve the translation part's dependency.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 059aa1a..e5f5745 100755
--- a/configure
+++ b/configure
@@ -8530,8 +8530,8 @@ PART_ROOTS=
for part in $CFG_BUILD_PARTS; do
case "$part" in
tools) PART_ROOTS="$PART_ROOTS tools" ;;
- libs) PART_ROOTS="$PART_ROOTS src" ;;
- translations) PART_ROOTS="$PART_ROOTS tools/linguist/lrelease translations" ;;
+ libs) PART_ROOTS="$PART_ROOTS src tools/linguist/lrelease" ;;
+ translations) PART_ROOTS="$PART_ROOTS translations" ;;
examples) PART_ROOTS="$PART_ROOTS examples demos" ;;
*) ;;
esac