switch to new-style configure tests
Change-Id: Ib56d0cb24065c1f990aee5d7f41bfedfe75332a1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
c495dfe142
commit
82ade38b11
@@ -1,3 +1,22 @@
|
||||
load(configure)
|
||||
qtCompileTest(openal)
|
||||
win32 {
|
||||
qtCompileTest(directshow)
|
||||
qtCompileTest(wmsdk)
|
||||
qtCompileTest(wmp)
|
||||
qtCompileTest(wmf)
|
||||
qtCompileTest(evr)
|
||||
} else {
|
||||
qtCompileTest(alsa)
|
||||
qtCompileTest(pulsaudio)
|
||||
qtCompileTest(gstreamer) {
|
||||
qtCompileTest(gstreamer_photography)
|
||||
qtCompileTest(gstreamer_appsrc)
|
||||
}
|
||||
qtCompileTest(resourcepolicy)
|
||||
qtCompileTest(xvideo)
|
||||
}
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
module_qtmultimedia_src.subdir = src
|
||||
|
||||
Reference in New Issue
Block a user