aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/metalunderqml/metalunderqml.pro
blob: 9fd131fe1b694f8e1e678af6c714b7cf2c0a2f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!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