blob: 9fd131fe1b694f8e1e678af6c714b7cf2c0a2f4c [file] [log] [blame]
!macos: error("This example requires macOS")
QT += qml quick
HEADERS += metalsquircle.h
SOURCES += metalsquircle.mm main.cpp
RESOURCES += metalunderqml.qrc
LIBS += -framework Metal -framework AppKit
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/metalunderqml
INSTALLS += target