qtmobility/examples/examples.pro
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    17         sources.files += declarative-sfw-notes \
    17         sources.files += declarative-sfw-notes \
    18                          declarative-sfw-dialer/declarative-sfw-dialer
    18                          declarative-sfw-dialer/declarative-sfw-dialer
    19     }
    19     }
    20 }
    20 }
    21 
    21 
    22 sources.path = $$QT_MOBILITY_PREFIX/bin
       
    23 INSTALLS += sources
       
    24 
    22 
    25 #BearerManagement examples
    23 #BearerManagement examples
    26 contains(mobility_modules,bearer) {
    24 contains(mobility_modules,bearer) {
    27     SUBDIRS += bearermonitor bearercloud
    25     SUBDIRS += bearermonitor bearercloud
    28 }
    26 }
    53 contains(mobility_modules,publishsubscribe) {
    51 contains(mobility_modules,publishsubscribe) {
    54     !wince*{
    52     !wince*{
    55         SUBDIRS += publish-subscribe
    53         SUBDIRS += publish-subscribe
    56         contains(QT_CONFIG, declarative) {
    54         contains(QT_CONFIG, declarative) {
    57             SUBDIRS += battery-charge
    55             SUBDIRS += battery-charge
       
    56 
       
    57             sources.files += battery-charge/battery-subscriber
    58         }
    58         }
    59     }
    59     }
    60 }
    60 }
    61 
    61 
    62 #System Information
    62 #System Information
    67     #disabled on Symbian due to missing backend
    67     #disabled on Symbian due to missing backend
    68     SUBDIRS += \
    68     SUBDIRS += \
    69         radio \
    69         radio \
    70         player \
    70         player \
    71         slideshow \
    71         slideshow \
    72         audiorecorder
    72         audiorecorder \
       
    73         audiodevices \
       
    74         audioinput \
       
    75         audiooutput \
       
    76         videographicsitem \
       
    77         videowidget
    73 }
    78 }
    74 
    79 
    75 
    80 
    76 #Messaging examples
    81 #Messaging examples
    77 contains(qmf_enabled,yes)|wince*|win32|symbian|maemo5 {
    82 contains(qmf_enabled,yes)|wince*|win32|symbian|maemo5 {
    95 # Sensors API examples
   100 # Sensors API examples
    96 contains(mobility_modules,sensors) {
   101 contains(mobility_modules,sensors) {
    97     SUBDIRS += sensors
   102     SUBDIRS += sensors
    98 }
   103 }
    99 
   104 
       
   105 sources.path = $$QT_MOBILITY_PREFIX/bin
       
   106 INSTALLS += sources
       
   107 
   100 symbian {
   108 symbian {
   101     SUBDIRS += s60installs/s60installs.pro
   109     SUBDIRS += s60installs
   102 }
   110 }
       
   111