@@ -33,10 +33,10 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){ | |
37 | SUBDIRS += qml-qtquicktest |
|
37 | SUBDIRS += qml-qtquicktest | |
38 | } else { |
|
38 | } else { | |
39 |
exists($$(QTDIR)/lib/libQtQuickTest.dylib) |
|
39 | exists($$(QTDIR)/lib/libQtQuickTest.dylib){ | |
40 | SUBDIRS += qml-qtquicktest |
|
40 | SUBDIRS += qml-qtquicktest | |
41 | } else { |
|
41 | } else { | |
42 | warning("QtQuickTest not found; cannot build QML api unit tests") |
|
42 | warning("QtQuickTest not found; cannot build QML api unit tests") |
General Comments 0
You need to be logged in to leave comments.
Login now