qt6windows7/tests/manual/textrendering/nativetext/nativetext.pro
2023-10-29 23:33:08 +01:00

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
}