From 2281c766ab161562385b834a9bb123a30259a98f 2012-10-25 10:01:22 From: Tero Ahola Date: 2012-10-25 10:01:22 Subject: [PATCH] Work-around for a qmake bug causing warnings on OSX --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 69cb99a..6724982 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -33,10 +33,10 @@ 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/QtQuickTest.lib){ SUBDIRS += qml-qtquicktest } else { - exists($$(QTDIR)/lib/libQtQuickTest.dylib) { + exists($$(QTDIR)/lib/libQtQuickTest.dylib){ SUBDIRS += qml-qtquicktest } else { warning("QtQuickTest not found; cannot build QML api unit tests")