qtmobility/examples/examples.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     3 TEMPLATE = subdirs
     3 TEMPLATE = subdirs
     4 
     4 
     5 #ServiceFramework examples
     5 #ServiceFramework examples
     6 contains(mobility_modules,serviceframework) {
     6 contains(mobility_modules,serviceframework) {
     7     SUBDIRS += filemanagerplugin \
     7     SUBDIRS += filemanagerplugin \
     8             bluetoothtransferplugin \
     8                bluetoothtransferplugin \
     9             notesmanagerplugin \
     9                notesmanagerplugin \
    10             servicebrowser
    10                servicebrowser
    11 #            todotool
    11 
       
    12     !symbian:SUBDIRS+= servicenotesmanager/sfw-notes
    12     
    13     
    13     contains(QT_CONFIG, declarative) {
    14     contains(QT_CONFIG, declarative) {
    14         SUBDIRS += declarative
    15         SUBDIRS += servicenotesmanager/declarative-sfw-notes \
       
    16                    declarative-sfw-dialer
    15     }
    17     }
    16 }
    18 }
    17 
    19 
    18 #BearerManagement examples
    20 #BearerManagement examples
    19 contains(mobility_modules,bearer) {
    21 contains(mobility_modules,bearer) {
    59 contains(mobility_modules,multimedia) {
    61 contains(mobility_modules,multimedia) {
    60     #disabled on Symbian due to missing backend
    62     #disabled on Symbian due to missing backend
    61     SUBDIRS += \
    63     SUBDIRS += \
    62         radio \
    64         radio \
    63         player \
    65         player \
    64         cameracapture \
       
    65         slideshow \
    66         slideshow \
    66         streamplayer \
       
    67         audiorecorder
    67         audiorecorder
    68 
       
    69     contains (QT_CONFIG, declarative) {
       
    70         SUBDIRS += \
       
    71             declarativemusic \
       
    72             declarativevideo
       
    73     }
       
    74 }
    68 }
    75 
    69 
    76 
    70 
    77 #Messaging examples
    71 #Messaging examples
    78 contains(qmf_enabled,yes)|wince*|win32|symbian|maemo5 {
    72 contains(qmf_enabled,yes)|wince*|win32|symbian|maemo5 {
    81 	    SUBDIRS += \
    75 	    SUBDIRS += \
    82                 querymessages \
    76                 querymessages \
    83                 writemessage \
    77                 writemessage \
    84                 serviceactions
    78                 serviceactions
    85 
    79 
    86                 contains(mobility_modules,contacts) {
    80             contains(mobility_modules,contacts) {
    87                     SUBDIRS += keepintouch
    81                 SUBDIRS += keepintouch
    88                 }
    82             }
       
    83 
       
    84             # MessagingEx lives in tests for some reason
       
    85             maemo5:SUBDIRS += ../tests/messagingex
    89          }
    86          }
    90     }
    87     }
    91 }
    88 }
    92 
    89 
    93 # Sensors API examples
    90 # Sensors API examples
    94 contains(mobility_modules,sensors) {
    91 contains(mobility_modules,sensors) {
    95     SUBDIRS += sensors
    92     SUBDIRS += sensors
    96 }
    93 }
    97 
    94 
    98 BLD_INF_RULES.prj_exports += "./rom/qtmobilityexamples.iby $$CUSTOMER_VARIANT_APP_LAYER_IBY_EXPORT_PATH(qtmobilityexamples.iby)"
    95 symbian {
    99 
    96     SUBDIRS += s60installs/s60installs.pro
       
    97 }