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

SOURCES += main.cpp