summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/assimp-cpp/assimp-cpp.pro
blob: 201cef7a2cb26ee734f2df73e5c4c80562ac2813 (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 3dextras

SOURCES += main.cpp