summaryrefslogtreecommitdiffstats
path: root/tools/qgltf/qgltf.pro
blob: df6dfa2027583956e1b2830cef66f38c66f43a1c (plain)
1
2
3
4
5
6
7
8
9
10
option(host_build)

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

SOURCES = qgltf.cpp

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

load(qt_tool)