mirror of https://github.com/qt/qtdoc.git
15 lines
538 B
Plaintext
15 lines
538 B
Plaintext
headerdirs += $QT_MULTIMEDIA_SOURCES/..
|
|
|
|
sourcedirs += $QT_MULTIMEDIA_SOURCES/.. \
|
|
$QT_MULTIMEDIA_SOURCES/../../doc/src
|
|
|
|
exampledirs += $QT_MULTIMEDIA_SOURCES/../.. \
|
|
$QT_MULTIMEDIA_SOURCES/../../doc/src \
|
|
$QT_MULTIMEDIA_SOURCES/../../examples
|
|
|
|
imagedirs += $QT_MULTIMEDIA_SOURCES/../../doc/src/images \
|
|
$QT_MULTIMEDIA_SOURCES/../../examples
|
|
|
|
excludedirs += $QT_MULTIMEDIA_SOURCES/../../examples/video/snippets \
|
|
$QT_MULTIMEDIA_SOURCES/../../doc/src/snippets
|