diff -r 41300fa6a67c -r 3b1da2848fc7 projects.pro --- a/projects.pro Tue Feb 02 00:43:10 2010 +0200 +++ b/projects.pro Fri Feb 19 23:40:16 2010 +0200 @@ -30,11 +30,12 @@ QT_BUILD_PARTS -= qmake QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS } + symbian { + #QTP: build libs only by default + QT_BUILD_PARTS = libs + } } -#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)))) { isEqual(PROJECT, tools) {