Disable the QDeclarativeItem based components until they are ported to scenegraph, and bump the revision to 4.0 (Once things are final, we can make it 5.0). Change-Id: Ib9c064722b80c38e711fbadc66966597c14a2b1a Reviewed-on: http://codereview.qt.nokia.com/1685 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
20 lines
300 B
Prolog
20 lines
300 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
radio \
|
|
camera \
|
|
slideshow \
|
|
spectrum \
|
|
audiorecorder \
|
|
audiodevices \
|
|
audioinput \
|
|
audiooutput \
|
|
videographicsitem \
|
|
videowidget \
|
|
player \
|
|
|
|
contains(QT_CONFIG, declarative) {
|
|
disabled:SUBDIRS += declarative-camera
|
|
}
|
|
|