projects.pro
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 14 c0432d11811c
--- 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) {