2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qfontdialog
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-10-25 04:24:31 +00:00
|
|
|
QT += widgets widgets-private testlib
|
2011-05-11 04:02:54 +00:00
|
|
|
QT += core-private gui-private
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qfontdialog.cpp
|
|
|
|
|
2011-10-25 09:28:47 +00:00
|
|
|
mac {
|
|
|
|
# ### fixme
|
|
|
|
# OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
|
|
|
|
# LIBS += -framework Cocoa
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
2011-08-05 01:56:45 +00:00
|
|
|
|