projects.pro
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 14 c0432d11811c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
    28    }
    28    }
    29    contains(QT_BUILD_PARTS, qmake) {
    29    contains(QT_BUILD_PARTS, qmake) {
    30        QT_BUILD_PARTS -= qmake
    30        QT_BUILD_PARTS -= qmake
    31        QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
    31        QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
    32    }
    32    }
       
    33    symbian {
       
    34       #QTP: build libs only by default
       
    35       QT_BUILD_PARTS = libs
       
    36    }
    33 }
    37 }
    34 
       
    35 #QTP: build libs only. We don't need the others
       
    36 QT_BUILD_PARTS = libs
       
    37 
    38 
    38 #process the projects
    39 #process the projects
    39 for(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) {
    40 for(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) {
    40     isEqual(PROJECT, tools) {
    41     isEqual(PROJECT, tools) {
    41        SUBDIRS += tools
    42        SUBDIRS += tools