##// END OF EJS Templates
New attempt to enable building of qml-qtquicktest on OSX
Tero Ahola -
r2215:805cd6f3e586
parent child
Show More
@@ -36,7 +36,11 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\
36 exists($$(QTDIR)/lib/QtQuickTest.lib) {
36 exists($$(QTDIR)/lib/QtQuickTest.lib) {
37 SUBDIRS += qml-qtquicktest
37 SUBDIRS += qml-qtquicktest
38 } else {
38 } else {
39 warning("QtQuickTest not found; cannot build QML api unit tests")
39 exists($$(QTDIR)/lib/libQtQuickTest.dylib) {
40 SUBDIRS += qml-qtquicktest
41 } else {
42 warning("QtQuickTest not found; cannot build QML api unit tests")
43 }
40 }
44 }
41 }
45 }
42
46
General Comments 0
You need to be logged in to leave comments. Login now