qt6windows7/tests/manual/textrendering/nativetext/nativetext.pro

8 lines
206 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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
}