The global files now live in qtbase only, and are made available to the other modules via the $QT_INSTALL_DOCS variable. We now use QMAKE_DOCS to trigger doc generation instead of rolling our own rules for qdoc. Change-Id: I900029d71c305a1f269cddeeb0e05c524d933834 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
27 lines
525 B
Prolog
27 lines
525 B
Prolog
load(configure)
|
|
qtCompileTest(openal)
|
|
win32 {
|
|
qtCompileTest(directshow)
|
|
qtCompileTest(wmsdk)
|
|
qtCompileTest(wmp)
|
|
qtCompileTest(wmf)
|
|
qtCompileTest(evr)
|
|
} else {
|
|
qtCompileTest(alsa)
|
|
qtCompileTest(pulseaudio)
|
|
qtCompileTest(gstreamer) {
|
|
qtCompileTest(gstreamer_photography)
|
|
qtCompileTest(gstreamer_encodingprofiles)
|
|
qtCompileTest(gstreamer_appsrc)
|
|
}
|
|
qtCompileTest(resourcepolicy)
|
|
qtCompileTest(xvideo)
|
|
}
|
|
|
|
mac {
|
|
qtCompileTest(avfoundation)
|
|
}
|
|
|
|
load(qt_parts)
|
|
|