summaryrefslogtreecommitdiffstats
path: root/tests/manual/assimp-cpp/assimp-cpp.pro
blob: b8d0b1b3b7d2caf136c24ae14920b9cf89943f83 (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( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

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

SOURCES += main.cpp