##// END OF EJS Templates
Enabled building of qml auto test module on OSX
Tero Ahola -
r2211:7a0ee9611522
parent child
Show More
@@ -33,7 +33,7 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\
33 SUBDIRS += qml
33 SUBDIRS += qml
34
34
35 # Check if QtQuickTest is installed
35 # Check if QtQuickTest is installed
36 exists($$(QTDIR)/lib/QtQuickTest.lib) {
36 exists($$(QTDIR)/lib/QtQuickTest.lib) || exists($$(QTDIR)/lib/libQtQuickTest.dylib) {
37 SUBDIRS += qml-qtquicktest
37 SUBDIRS += qml-qtquicktest
38 } else {
38 } else {
39 warning("QtQuickTest not found; cannot build QML api unit tests")
39 warning("QtQuickTest not found; cannot build QML api unit tests")
General Comments 0
You need to be logged in to leave comments. Login now