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

QT += qml quick

HEADERS += metaltextureimport.h
SOURCES += metaltextureimport.mm main.cpp
RESOURCES += metaltextureimport.qrc

LIBS += -framework Metal -framework AppKit

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