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

QT += 3dcore 3drender 3dinput

SOURCES += \
    main.cpp