Also clean up a few other doc related bits and pieces. Change-Id: I56714e1811e38a7225131c1d141430b49f5f509c Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
11 lines
263 B
INI
11 lines
263 B
INI
TEMPLATE = subdirs
|
|
|
|
# These examples contain no C++ and can simply be copied
|
|
SUBDIRS =
|
|
sources.files = qml/*
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/declarative/audioengine
|
|
INSTALLS += sources
|
|
|
|
OTHER_FILES += qml/*.qml qml/*.qmlproject qml/content/*
|
|
|