##// END OF EJS Templates
Simplified QtQuickTest check in auto test pro
Tero Ahola -
r2388:6208bdd340a0
parent child
Show More
@@ -34,16 +34,12 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\
34 34 SUBDIRS += qml
35 35
36 36 # Check if QtQuickTest is installed
37 exists($$(QTDIR)/lib/QtQuickTest.lib){
38 SUBDIRS += qml-qtquicktest
39 } else {
40 exists($$(QTDIR)/lib/libQtQuickTest.dylib){
37 exists($$(QTDIR)/mkspecs/features/qmltestcase.prf){
41 38 SUBDIRS += qml-qtquicktest
42 39 } else {
43 40 warning("QtQuickTest not found; cannot build QML api unit tests")
44 41 }
45 42 }
46 }
47 43
48 44 !linux-arm*: {
49 45 SUBDIRS += \
General Comments 0
You need to be logged in to leave comments. Login now