summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro
blob: da83571fb7ad9d101ae8fc2c4b683d866da9b123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
android|ios|winrt {
    warning( "This example is not supported for android, ios, or winrt." )
}

!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += 3dcore 3drender 3dinput
QT += widgets

SOURCES += main.cpp \
    scenemodifier.cpp

HEADERS += \
    scenemodifier.h