From 0c3d898a03b675c942e5c8a798b54676d3edf3ae Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 25 Oct 2011 11:28:47 +0200 Subject: Tests: Remove Q_WS_QPA, qpa-sections from .profiles. Compile without -qpa. - Make Q_WS_QPA-#ifdefed sections the default in the code - Replace some Q_WS_ by Q_OS_ - Add ### fixme for places that need checking - Remove qpa conditionals from .pro files. Change-Id: I6ea930afc0c236cc12a7b7e95f1b8a1c24b3a513 Reviewed-by: Friedemann Kleint --- tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/auto/widgets/dialogs/qfontdialog') diff --git a/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro b/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro index 9203b17b7a..ff7fbb05a7 100644 --- a/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro +++ b/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro @@ -6,8 +6,9 @@ QT += core-private gui-private SOURCES += tst_qfontdialog.cpp -mac:!qpa { - OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm - LIBS += -framework Cocoa +mac { +# ### fixme +# OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm +# LIBS += -framework Cocoa } -- cgit v1.2.3