summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/compute-particles/compute-particles.pro
blob: c25cc0c309da12a668f098cade40d16a8a15ee1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += 3dcore 3drender 3dquick 3dinput quick qml

HEADERS += \


RESOURCES += \
    compute-particles.qrc

SOURCES += \
    main.cpp