author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 14 May 2010 16:41:33 +0300 | |
changeset 5 | 453da2cfceef |
parent 4 | 90517678cc4f |
child 8 | 71781823f776 |
permissions | -rw-r--r-- |
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 }