From 85a13d18e1311f1e3169cc3d435c1ec9c32915f3 2012-10-24 07:49:52 From: Tero Ahola Date: 2012-10-24 07:49:52 Subject: [PATCH] Revert "Enabled building of qml auto test module on OSX" This reverts commit 7a0ee9611522981553ccedcfc48f4d3e81974892. --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index ac3c486..45ad45a 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -33,7 +33,7 @@ contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\ SUBDIRS += qml # Check if QtQuickTest is installed - exists($$(QTDIR)/lib/QtQuickTest.lib) || exists($$(QTDIR)/lib/libQtQuickTest.dylib) { + exists($$(QTDIR)/lib/QtQuickTest.lib) { SUBDIRS += qml-qtquicktest } else { warning("QtQuickTest not found; cannot build QML api unit tests")