summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-cpp/simple-cpp.pro
blob: 0097f0cf2f815f0d3d52062861be7fdd28b2fb3c (plain)
1
2
3
4
5
6
7
8
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += 3dcore 3drenderer 3dinput

SOURCES += \
    main.cpp