aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/metalunderqml/metalunderqml.pro
blob: 2f4c3f63da2a0431b3299e7e82833f99d84f5f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!macos:!ios: error("This example requires macOS or iOS")

QT += qml quick

HEADERS += metalsquircle.h
SOURCES += metalsquircle.mm main.cpp
RESOURCES += metalunderqml.qrc

LIBS += -framework Metal
macos: LIBS += -framework AppKit

target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/metalunderqml
INSTALLS += target