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

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    SphereEntity.qml \
    CuboidEntity.qml

RESOURCES += \
    loader-qml.qrc