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

QT += 3dcore 3drender 3dquick qml

SOURCES += \
    main.cpp

RESOURCES += \
    enabled-qml.qrc