examples/examples.pro
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
     7     SUBDIRS += filemanagerplugin \
     7     SUBDIRS += filemanagerplugin \
     8                bluetoothtransferplugin \
     8                bluetoothtransferplugin \
     9                notesmanagerplugin \
     9                notesmanagerplugin \
    10                servicebrowser
    10                servicebrowser
    11 
    11 
       
    12     #These examples do not work on Symbian yet
    12     !symbian:SUBDIRS+= sfw-notes
    13     !symbian:SUBDIRS+= sfw-notes
    13     
    14     
    14     contains(QT_CONFIG, declarative) {
    15     !symbian:contains(QT_CONFIG, declarative) {
    15         SUBDIRS += declarative-sfw-dialer
    16         SUBDIRS += declarative-sfw-dialer
    16 
    17 
    17         sources.files += declarative-sfw-notes \
    18         sources.files += declarative-sfw-notes \
    18                          declarative-sfw-dialer/declarative-sfw-dialer
    19                          declarative-sfw-dialer/declarative-sfw-dialer
    19     }
    20     }