diff -r 56cd8111b7f7 -r 41300fa6a67c projects.pro --- a/projects.pro Tue Jan 26 12:42:25 2010 +0200 +++ b/projects.pro Tue Feb 02 00:43:10 2010 +0200 @@ -9,7 +9,7 @@ isEmpty(QT_BUILD_PARTS) { #defaults symbian { - QT_BUILD_PARTS = libs tools examples demos + QT_BUILD_PARTS = libs tools } else { QT_BUILD_PARTS = libs tools examples demos docs translations } @@ -32,8 +32,8 @@ } } -# QTP tests into build -QT_BUILD_PARTS += tests +#QTP: build libs only. We don't need the others +QT_BUILD_PARTS = libs #process the projects for(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) { @@ -50,7 +50,12 @@ } 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) + contains(QT_BUILD_PARTS, tools) { + include(translations/translations.pri) # ts targets + } else { + !wince*:!symbian:SUBDIRS += tools/linguist/lrelease + } + SUBDIRS += translations # qm build step } else:isEqual(PROJECT, qmake) { # SUBDIRS += qmake } else {