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