qtmobility/examples/sensors/sensors.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 TEMPLATE = subdirs
     1 TEMPLATE = subdirs
     2 
     2 
     3 include(../../common.pri)
     3 include(../../common.pri)
     4 
     4 
     5 SUBDIRS += accel accel_perf
     5 SUBDIRS += accel
     6 
     6 
     7 contains(QT_CONFIG, declarative) {
     7 contains(QT_CONFIG, declarative) {
     8     SUBDIRS += orientation
     8     SUBDIRS += orientation
     9 }
     9 }
    10 
    10 
    12 
    12 
    13 SUBDIRS += sensor_explorer
    13 SUBDIRS += sensor_explorer
    14 
    14 
    15 SUBDIRS += reading_perf
    15 SUBDIRS += reading_perf
    16 
    16 
       
    17 SUBDIRS += small_screen_sensors
       
    18 
       
    19 contains(QT_CONFIG,opengl):SUBDIRS += cubehouse
       
    20