plugins/sensors/sensors.pro
author Markku Kaurila <markku.kaurila@nokia.com>
Thu, 30 Sep 2010 11:17:58 +0100
changeset 4 30827624d4d3
parent 0 876b1a06bc25
permissions -rw-r--r--
Further update to the exports in contactsmodel.pro, for Bug 3312

TEMPLATE = subdirs

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

maemo5 {
    SUBDIRS += n900
}

maemo6 {
    equals(sensord_enabled,yes) {
        SUBDIRS += maemo6
    } else {
        message("sensord library missing")
    }
}

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
}