aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-11-02 13:58:34 +0100
committerMarco Bubke <marco.bubke@qt.io>2022-11-09 12:29:38 +0000
commit63022d08ea8f9f04a75d301602e639b83b1b7396 (patch)
tree99fbbfeafcb1ad0b4600f5d63b8071678894e8a5 /tests
parentac526d326cab6f19955cec4e19c73bc309bd96c8 (diff)
QmlDesigner: QmlPuppet as standalone tool
The qmlpuppet is now a standalone tool. There is new a library too with the communication code. That is shared between the designer and the puppet. It's in a .cmake file so it can be included by the standalone tool if it is not part of a designer build. Task-number: QDS-5879 Change-Id: I2bc2a0b463fbb3e0c8c23d182abfd368cf87e968 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/unittest/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/unittest/CMakeLists.txt b/tests/unit/unittest/CMakeLists.txt
index dc390d92633..4e2deb605d0 100644
--- a/tests/unit/unittest/CMakeLists.txt
+++ b/tests/unit/unittest/CMakeLists.txt
@@ -155,8 +155,8 @@ extend_qtc_test(unittest
"${QmlDesignerDir}/designercore"
"${QmlDesignerDir}/designercore/include"
"${QmlDesignerDir}/designercore/imagecache"
- "${QmlDesignerDir}/../../../share/qtcreator/qml/qmlpuppet/interfaces"
- "${QmlDesignerDir}/../../../share/qtcreator/qml/qmlpuppet/types"
+ "${QmlDesignerDir}/../../../src/libs/qmlpuppetcommunication/interfaces"
+ "${QmlDesignerDir}/../../../src/libs/qmlpuppetcommunication/types"
DEFINES
QMLDESIGNERCORE_STATIC_LIBRARY QMLDESIGNER_STATIC_LIBRARY
SOURCES_PREFIX
@@ -167,7 +167,7 @@ extend_qtc_test(unittest
extend_qtc_test(unittest
SOURCES_PREFIX "${QmlDesignerDir}/designercore"
SOURCES
- ../../../../share/qtcreator/qml/qmlpuppet/interfaces/commondefines.h
+ ../../../../src/libs/qmlpuppetcommunication/interfaces/commondefines.h
../components/listmodeleditor/listmodeleditormodel.cpp
../components/listmodeleditor/listmodeleditormodel.h
exceptions/exception.cpp