qt5base-lts/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro
Friedemann Kleint 0c3d898a03 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 <Friedemann.Kleint@nokia.com>
2011-10-27 09:50:30 +02:00

15 lines
259 B
Prolog

CONFIG += testcase
TARGET = tst_qfontdialog
QT += widgets widgets-private testlib
QT += core-private gui-private
SOURCES += tst_qfontdialog.cpp
mac {
# ### fixme
# OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
# LIBS += -framework Cocoa
}