summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget/qwidget.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel/qwidget/qwidget.pro')
-rw-r--r--tests/auto/widgets/kernel/qwidget/qwidget.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/widgets/kernel/qwidget/qwidget.pro b/tests/auto/widgets/kernel/qwidget/qwidget.pro
index e6ec3b92f9..33b95d7d2b 100644
--- a/tests/auto/widgets/kernel/qwidget/qwidget.pro
+++ b/tests/auto/widgets/kernel/qwidget/qwidget.pro
@@ -10,9 +10,10 @@ aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
CONFIG += x11inc
-mac:!qpa {
- LIBS += -framework Security -framework AppKit -framework Carbon
- OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
+mac {
+# ### fixme
+# LIBS += -framework Security -framework AppKit -framework Carbon
+# OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
}
x11 {