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

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    additional-attributes-qml.qrc