summaryrefslogtreecommitdiffstats
path: root/tests/manual/textrendering/nativetext/nativetext.pro
blob: fb3e3799e77724bc4848710efdbfb8e957291013 (plain)
1
2
3
4
5
6
7
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
}