summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneformats/obj/obj.pro
blob: 73bd0e8ecaba8054938f0db8e25ae367679fe207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET  = qsceneobj
QT += 3d

load(qt_plugin)

include(../../qpluginbase.pri)

HEADERS += qglobjscene.h \
           qglobjscenehandler.h \
           obj_plugin.h
SOURCES += \
           qglobjscene.cpp \
           qglobjscenehandler.cpp \
           obj_plugin.cpp

OTHER_FILES += \
           obj_scene_plugin.json

DESTDIR = $$QT.3d.plugins/sceneformats
target.path = $$[QT_INSTALL_PLUGINS]/sceneformats
INSTALLS += target