QmlDesigner: Move qmldesignerutils to QmlDesignerBase

The utils are needed in the qml build system.

Change-Id: Icbe8a48d846d6dc09509aa4287dddf92573e0be0
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2025-05-26 12:07:45 +02:00
parent 5608885d79
commit 737767e5c4
28 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,2 @@
add_subdirectory(designercore) add_subdirectory(designercore)
add_subdirectory(qmldesignerutils)
add_subdirectory(designsystem) add_subdirectory(designsystem)

View File

@@ -67,3 +67,5 @@ else ()
target_link_libraries(QmlDesignerBase PRIVATE -Wl,--whole-archive $<TARGET_LINKER_FILE:QmlDesignerSettings> -Wl,--no-whole-archive) target_link_libraries(QmlDesignerBase PRIVATE -Wl,--whole-archive $<TARGET_LINKER_FILE:QmlDesignerSettings> -Wl,--no-whole-archive)
endif () endif ()
endif () endif ()
add_subdirectory(libs)

View File

@@ -0,0 +1 @@
add_subdirectory(qmldesignerutils)