diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-10-01 06:19:22 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2009-10-01 06:19:22 (GMT) |
commit | 360d3c70fd4f29a800982c7b2cdbab761350cd16 (patch) | |
tree | 9a2913024d24c873a73e40f3deea0f1ecbf29ad6 | |
parent | e5fcac23463702435136ee18f91668aa0d6601a3 (diff) | |
download | Qt-360d3c70fd4f29a800982c7b2cdbab761350cd16.zip Qt-360d3c70fd4f29a800982c7b2cdbab761350cd16.tar.gz Qt-360d3c70fd4f29a800982c7b2cdbab761350cd16.tar.bz2 |
Fix qwidget auto test failing to build on OSX/carbon.
Reviewed-by: Sarah Smith
-rw-r--r-- | tests/auto/qwidget/qwidget.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qwidget/qwidget.pro b/tests/auto/qwidget/qwidget.pro index def28f5..61db2ee 100644 --- a/tests/auto/qwidget/qwidget.pro +++ b/tests/auto/qwidget/qwidget.pro @@ -10,8 +10,8 @@ aix-g++*:QMAKE_CXXFLAGS+=-fpermissive CONFIG += x11inc mac { -LIBS += -framework Security -framework AppKit -OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm + LIBS += -framework Security -framework AppKit -framework Carbon + OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm } symbian { |