aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2020-03-09 16:08:13 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2020-03-12 09:06:48 +0000
commit2c842453b0bbd0b80ada2f0e15c1e0ee7a2de56d (patch)
tree446304fe6075fa75bfab88c391f1cb49eb092ed1 /src/tools
parent3d67fbc55ff1fba6bb9a80d336295b0ebf6cc204 (diff)
QmlDesigner: Add light meshes to edit 3d view
Change-Id: I996498fde14510fc78c729f56cb8d46b28b233bb Fixes: QDS-1634 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qml2puppet/CMakeLists.txt1
-rw-r--r--src/tools/qml2puppet/qml2puppet.qbs2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/qml2puppet/CMakeLists.txt b/src/tools/qml2puppet/CMakeLists.txt
index 50d457f4f3..da25ec5396 100644
--- a/src/tools/qml2puppet/CMakeLists.txt
+++ b/src/tools/qml2puppet/CMakeLists.txt
@@ -114,6 +114,7 @@ extend_qtc_executable(qml2puppet
generalhelper.cpp generalhelper.h
mousearea3d.cpp mousearea3d.h
camerageometry.cpp camerageometry.h
+ lightgeometry.cpp lightgeometry.h
gridgeometry.cpp gridgeometry.h
selectionboxgeometry.cpp selectionboxgeometry.h
linegeometry.cpp linegeometry.h
diff --git a/src/tools/qml2puppet/qml2puppet.qbs b/src/tools/qml2puppet/qml2puppet.qbs
index c5c49670b4..445ab2e867 100644
--- a/src/tools/qml2puppet/qml2puppet.qbs
+++ b/src/tools/qml2puppet/qml2puppet.qbs
@@ -209,6 +209,8 @@ QtcTool {
"editor3d/mousearea3d.h",
"editor3d/camerageometry.cpp",
"editor3d/camerageometry.h",
+ "editor3d/lightgeometry.cpp",
+ "editor3d/lightgeometry.h",
"editor3d/gridgeometry.cpp",
"editor3d/gridgeometry.h",
"editor3d/selectionboxgeometry.cpp",