diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-24 11:47:25 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-12-03 12:43:36 (GMT) |
commit | 401ce2a3be40047bdbc3e66be1d88e371a316e16 (patch) | |
tree | b90e610091b10b0e1896ad43f183f7a0a549192a /configure | |
parent | 2eec8cbb2227db6e84a268d53591dd2ef026cbeb (diff) | |
download | Qt-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |