summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneformats/obj/obj.pro
blob: c20cc91f34f263e2b7486165f864fe078c47ff9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET  = qsceneobj
include(../../qpluginbase.pri)

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

QT += 3d

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