blob: 7658a9a813fa9ec62ce26b819861c78c09bc5c78 [file] [log] [blame]
!win32: error("This example requires Windows")
QT += qml quick
HEADERS += d3d11squircle.h
SOURCES += d3d11squircle.cpp main.cpp
RESOURCES += d3d11underqml.qrc
LIBS += -ld3d11 -ld3dcompiler
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/d3d11underqml
INSTALLS += target