e12aad05f0
Allows comparing Qt's text rendering to the native rendering. Change-Id: I56f015fb64df3f70c33db58891876c325cbbc55d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
8 lines
206 B
Prolog
8 lines
206 B
Prolog
QT += widgets core-private gui-private
|
|
SOURCES += main.cpp
|
|
CONFIG -= app_bundle
|
|
darwin {
|
|
QMAKE_CXXFLAGS += -x objective-c++
|
|
LIBS += -framework Foundation -framework CoreGraphics -framework AppKit
|
|
}
|