##// END OF EJS Templates
Fix check for multimedia module...
Titta Heikkala -
r2764:f818972d3617
parent child
Show More
@@ -47,7 +47,7 qtHaveModule(quick) {
47 47 qmloscilloscope
48 48 }
49 49
50 contains(QT_CONFIG, multimedia) {
50 qtHaveModule(multimedia) {
51 51 SUBDIRS += audio
52 52 } else {
53 53 message("QtMultimedia library not available. Some examples are disabled")
General Comments 0
You need to be logged in to leave comments. Login now