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