summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-04-16 12:06:42 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-04-16 12:06:42 +0100
commitc38ba06bbc139b1d070bf279bc9e05384ece1e87 (patch)
tree85093824bba8fe333ca93e5184aca00e8e7f3220 /src/plugins
parentcaeb69e2401fe4e8e4d7dfa34e39eee941478a9e (diff)
parent78973b481c3cfb6db2511f0487d1045ad16a21eb (diff)
Merge branch '5.6' into 5.7
Conflicts: examples/qt3d/examples-common/qorbitcontrol.h src/core/qnodecreatedchange.cpp src/core/qnodecreatedchange.h src/input/frontend/qaxisactionhandler.h src/input/frontend/qinputaspect.h src/input/frontend/qkeyboardhandler.h src/input/frontend/qmousedevice.h src/input/frontend/qmousehandler.h src/input/frontend/qphysicaldevicecreatedchange.h src/input/input.pro src/logic/qframeaction.h src/plugins/sceneparsers/assimp/assimp.pro src/quick3d/imports/input/importsinput.pro src/quick3d/imports/render/importsrender.pro src/render/backend/trianglesextractor.cpp src/render/framegraph/qclearbuffer.h src/render/framegraph/qlighting.h src/render/framegraph/qstateset.h src/render/frontend/qrenderattachment.h src/render/geometry/qabstractattribute.h src/render/geometry/qabstractbuffer.h src/render/geometry/qattribute.h src/render/geometry/qboundingvolumespecifier.h src/render/geometry/qbuffer.h src/render/materialsystem/qfilterkey.h src/render/materialsystem/qparameter.h src/render/materialsystem/qparametermapping.h src/render/renderstates/qblendstate.h src/render/renderstates/qdepthmask.h src/render/renderstates/qpointsize.cpp src/render/renderstates/qrenderstatecreatedchange.cpp src/render/renderstates/qstencilop.h src/render/renderstates/qstencilopseparate.h src/render/renderstates/qstenciltestseparate.h src/render/texture/qabstracttexture.h src/render/texture/qabstracttextureimage.h src/render/texture/qtextureproviders.h Change-Id: I894d7781042cabdaa0cac690c198b57a41127bd4
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sceneparsers/assimp/assimp.pro9
-rw-r--r--src/plugins/sceneparsers/gltf/gltf.pro9
2 files changed, 10 insertions, 8 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimp.pro b/src/plugins/sceneparsers/assimp/assimp.pro
index f1cee4607..71fffe2e7 100644
--- a/src/plugins/sceneparsers/assimp/assimp.pro
+++ b/src/plugins/sceneparsers/assimp/assimp.pro
@@ -1,9 +1,6 @@
TARGET = assimpsceneparser
-QT += core-private 3dcore 3dcore-private 3drender 3drender-private
-PLUGIN_TYPE = sceneparsers
-PLUGIN_CLASS_NAME = AssimpSceneParserPlugin
-load(qt_plugin)
+QT += core-private 3dcore 3dcore-private 3drender 3drender-private
include(../../../3rdparty/assimp/assimp_dependency.pri)
@@ -18,3 +15,7 @@ SOURCES += \
DISTFILES += \
assimp.json
+
+PLUGIN_TYPE = sceneparsers
+PLUGIN_CLASS_NAME = AssimpParserPlugin
+load(qt_plugin)
diff --git a/src/plugins/sceneparsers/gltf/gltf.pro b/src/plugins/sceneparsers/gltf/gltf.pro
index be219fa9f..675d127da 100644
--- a/src/plugins/sceneparsers/gltf/gltf.pro
+++ b/src/plugins/sceneparsers/gltf/gltf.pro
@@ -1,9 +1,6 @@
TARGET = gltfsceneparser
-QT += core-private 3dcore 3dcore-private 3drender 3drender-private
-PLUGIN_TYPE = sceneparsers
-PLUGIN_CLASS_NAME = GLTFSceneParserPlugin
-load(qt_plugin)
+QT += core-private 3dcore 3dcore-private 3drender 3drender-private
HEADERS += \
gltfparser.h
@@ -14,3 +11,7 @@ SOURCES += \
DISTFILES += \
gltf.json
+
+PLUGIN_TYPE = sceneparsers
+PLUGIN_CLASS_NAME = GLTFSceneParserPlugin
+load(qt_plugin)