summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/assimp-cpp/assimp-cpp.pro
blob: 0cc6dd164762f6373c69eb82bcd1c4bf58431c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
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 += widgets 3dcore 3drender 3dinput

SOURCES += main.cpp