qtmobility/plugins/sensors/sensors.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 5 453da2cfceef
child 8 71781823f776
permissions -rw-r--r--
Branch for GCC_SURGE fixes

TEMPLATE = subdirs

include(../../common.pri)

maemo5 {
    SUBDIRS += n900
}

symbian {
    equals(sensors_symbian_enabled,yes) {
        SUBDIRS += symbian
    } else:equals(sensors_s60_31_enabled,yes) {
        SUBDIRS += s60_sensor_api
    } else {
        message("No native sensor interface found")
    }
}

SUBDIRS += generic

# Allow forcing extra plugins to build even if they won't run
BUILD_ALL_PLUGINS=$$(BUILD_ALL_PLUGINS)
equals(BUILD_ALL_PLUGINS,1) {
    SUBDIRS *= n900 dummy
}