qtmobility/examples/examples.pro
changeset 11 06b8e2af4411
parent 5 453da2cfceef
child 14 6fbed849b4f4
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
    10                servicebrowser
    10                servicebrowser
    11 
    11 
    12     !symbian:SUBDIRS+= sfw-notes
    12     !symbian:SUBDIRS+= sfw-notes
    13     
    13     
    14     contains(QT_CONFIG, declarative) {
    14     contains(QT_CONFIG, declarative) {
    15         SUBDIRS += declarative-sfw-notes \
    15         SUBDIRS += declarative-sfw-dialer
    16                    declarative-sfw-dialer
    16 
       
    17         sources.files += declarative-sfw-notes \
       
    18                          declarative-sfw-dialer/declarative-sfw-dialer
    17     }
    19     }
    18 }
    20 }
       
    21 
       
    22 sources.path = $$QT_MOBILITY_PREFIX/bin
       
    23 INSTALLS += sources
    19 
    24 
    20 #BearerManagement examples
    25 #BearerManagement examples
    21 contains(mobility_modules,bearer) {
    26 contains(mobility_modules,bearer) {
    22     SUBDIRS += bearermonitor bearercloud
    27     SUBDIRS += bearermonitor bearercloud
    23 }
    28 }