summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/assimp.pro
blob: 71fffe2e7c89b492c11f9c4ee7b198dbf4c1b47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET = assimpsceneparser

QT += core-private 3dcore 3dcore-private 3drender 3drender-private

include(../../../3rdparty/assimp/assimp_dependency.pri)

HEADERS += \
    assimphelpers.h \
    assimpparser.h

SOURCES += \
    assimpparser.cpp \
    assimphelpers.cpp \
    main.cpp

DISTFILES += \
    assimp.json

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = AssimpParserPlugin
load(qt_plugin)