summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/cylinder-qml/cylinder-qml.pro
blob: ed5b093b3ec2cd1b34eb230a81f0f05195bf9f8a (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 3dinput 3dquick qml quick 3dextras

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    cylinder-qml.qrc