summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/commands/commands.pri
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-11-01 10:51:09 +0200
committerMahmoud Badri <mahmoud.badri@qt.io>2019-11-12 10:00:34 +0000
commit5df7ad94ecd44681b38e78641471754d0ab90eda (patch)
treee59318f760eb4fdbe212dd71a2a680ad3a5f2933 /share/qtcreator/qml/qmlpuppet/commands/commands.pri
parent1d357f6b33a7a062e6272c0afea8dfa0bcde78ec (diff)
downloadqt-creator-5df7ad94ecd44681b38e78641471754d0ab90eda.tar.gz
Implement DnD 3D objects from the item library to the EditView3D
Proof of concept drag and drop implementation. Basic functionality working but needs polish. Task-number: QDS-1132 Change-Id: Ie3b9e80de9a414c4955d6e38daf338045bc1e614 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/commands/commands.pri')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/commands.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/commands.pri b/share/qtcreator/qml/qmlpuppet/commands/commands.pri
index 78dfcd8eb1..8bca5ce88a 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/commands.pri
+++ b/share/qtcreator/qml/qmlpuppet/commands/commands.pri
@@ -27,6 +27,7 @@ HEADERS += $$PWD/changeauxiliarycommand.h
HEADERS += $$PWD/removesharedmemorycommand.h
HEADERS += $$PWD/puppetalivecommand.h
HEADERS += $$PWD/changeselectioncommand.h
+HEADERS += $$PWD/drop3dlibraryitemcommand.h
SOURCES += $$PWD/synchronizecommand.cpp
SOURCES += $$PWD/debugoutputcommand.cpp
@@ -55,3 +56,4 @@ SOURCES += $$PWD/changeauxiliarycommand.cpp
SOURCES += $$PWD/removesharedmemorycommand.cpp
SOURCES += $$PWD/puppetalivecommand.cpp
SOURCES += $$PWD/changeselectioncommand.cpp
+SOURCES += $$PWD/drop3dlibraryitemcommand.cpp