it makes no sense whatsoever Change-Id: I114799dbe35ac31f6d90642ba8c5dbe3fc075604 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
17 lines
356 B
Prolog
17 lines
356 B
Prolog
TEMPLATE = subdirs
|
|
|
|
# These examples all need widgets for now (using creator templates that use widgets)
|
|
!isEmpty(QT.widgets.name) {
|
|
SUBDIRS += \
|
|
camera \
|
|
videographicsitem \
|
|
videowidget \
|
|
player \
|
|
customvideosurface
|
|
}
|
|
|
|
!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {
|
|
disabled:SUBDIRS += declarative-camera
|
|
}
|
|
|