aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/modelblendparticles/modelblendparticles.pro
blob: 43c47457d57daf7897d36b5adf3df57f3baea03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/modelblendparticles
INSTALLS += target

SOURCES += \
    main.cpp

HEADERS += \
    testgeometry.h

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    doc/src/*.*