qtmobility/examples/sensors/sensors.pro
changeset 11 06b8e2af4411
parent 4 90517678cc4f
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 TEMPLATE = subdirs
     1 TEMPLATE = subdirs
     2 
     2 
     3 include(../../common.pri)
     3 SUBDIRS += accel arrowkeys metadata
     4 
       
     5 SUBDIRS += accel
       
     6 
     4 
     7 contains(QT_CONFIG, declarative) {
     5 contains(QT_CONFIG, declarative) {
     8     SUBDIRS += orientation
     6     SUBDIRS += orientation
     9 }
     7 }
    10 
     8 
    16 
    14 
    17 SUBDIRS += small_screen_sensors
    15 SUBDIRS += small_screen_sensors
    18 
    16 
    19 contains(QT_CONFIG,opengl):SUBDIRS += cubehouse
    17 contains(QT_CONFIG,opengl):SUBDIRS += cubehouse
    20 
    18 
       
    19 SUBDIRS += show_acceleration show_als show_compass show_magneticflux show_orientation show_proximity show_rotation show_tap