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