aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3dphysics/cannon/cannon.pro
blob: 0cd6bd2d8f2a394888110b2f9422944a023dbd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3dphysics/cannon
INSTALLS += target

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    doc/src/*.*