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

QT += 3dcore 3drenderer 3dinput
QT += widgets

SOURCES += main.cpp \
    scenemodifier.cpp

HEADERS += \
    scenemodifier.h