diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-03-22 16:34:04 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-03-31 09:06:15 (GMT) |
commit | 3a0f70a89c46220a6404968e1611d8e35b64b922 (patch) | |
tree | f2bc08c4e56d5d20b0b614b2ac86b0ec54207dea /projects.pro | |
parent | 0f15ab4e750690bdb2b649332d5c3276bf24c440 (diff) | |
download | Qt-3a0f70a89c46220a6404968e1611d8e35b64b922.zip Qt-3a0f70a89c46220a6404968e1611d8e35b64b922.tar.gz Qt-3a0f70a89c46220a6404968e1611d8e35b64b922.tar.bz2 |
absorb translations.pri into translations.pro
this moves the various ts targets into the translations/ directory.
creator and mobility already employ this scheme.
Diffstat (limited to 'projects.pro')
-rw-r--r-- | projects.pro | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/projects.pro b/projects.pro index 2e31e9a..408c8e5 100644 --- a/projects.pro +++ b/projects.pro @@ -45,12 +45,8 @@ for(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) { } else:isEqual(PROJECT, docs) { contains(QT_BUILD_PARTS, tools):include(doc/doc.pri) } else:isEqual(PROJECT, translations) { - contains(QT_BUILD_PARTS, tools) { - include(translations/translations.pri) # ts targets - } else { - !wince*:SUBDIRS += tools/linguist/lrelease - } - SUBDIRS += translations # qm build step + !contains(QT_BUILD_PARTS, tools):!wince*:SUBDIRS += tools/linguist/lrelease + SUBDIRS += translations } else:isEqual(PROJECT, qmake) { # SUBDIRS += qmake } else { |