blob: 15eef0271b01d10038e1662865745503d578ed26 [file] [log] [blame]
android|ios|tvos|winrt {
warning( "This example is not supported for android, ios, tvos, or winrt." )
}
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += 3dcore 3drender 3dinput 3dextras
QT += widgets
SOURCES += main.cpp \
scenemodifier.cpp
HEADERS += \
scenemodifier.h