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

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    cylinder-qml.qrc