summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/assimp.pro
blob: 8d472b149cc26ca97a83396002e5d0198b43d844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = assimpsceneio
QT += core-private 3dcore 3dcore-private 3drender 3drender-private 3dextras

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

# Qt3D is free of Q_FOREACH - make sure it stays that way:
DEFINES += QT_NO_FOREACH

HEADERS += \
    assimphelpers.h \
    assimpio.h

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

DISTFILES += \
    assimp.json

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = AssimpSceneIOPlugin
load(qt_plugin)