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

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    *.qml

RESOURCES += \
    qt3dbench-qml.qrc