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