summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget/qwidget.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-06-21 09:36:13 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2011-06-21 13:52:20 +0200
commitf9ae26acf20dc90f578b191fe906ab680b4fc97b (patch)
tree8315268fe1bc76bd19500ff4d4c78791986d595c /tests/auto/qwidget/qwidget.pro
parent84d0a2cc8ef0fbd58387b71ec53af25072d9ae90 (diff)
Fixed compile of autotests for Mac & QPA
Several autotests were assuming that Q_OS_MAC == Mac cocoa port, which caused compile failures when QPA is used. Change-Id: I4480ed815c15b6d9ce83edf0057b7293f2e3ad7e Reviewed-on: http://codereview.qt.nokia.com/533 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'tests/auto/qwidget/qwidget.pro')
-rw-r--r--tests/auto/qwidget/qwidget.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwidget/qwidget.pro b/tests/auto/qwidget/qwidget.pro
index dfb7358127..50aa08deb4 100644
--- a/tests/auto/qwidget/qwidget.pro
+++ b/tests/auto/qwidget/qwidget.pro
@@ -9,7 +9,7 @@ aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
CONFIG += x11inc
-mac {
+mac:!qpa {
LIBS += -framework Security -framework AppKit -framework Carbon
OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
}