aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2024-01-19 16:35:38 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2024-01-20 11:51:03 +0100
commit962eb7207dea51267b2c85a466e5adfcad61f041 (patch)
tree68d5d3658077595d218e36f02aae99a8146afb6c /tests/manual
parente7108cad091038f6d51f9f6c4af5911da4eef78f (diff)
windowembedding: Remove workaround for wrongly placed qmldir file
Pick-to: 6.7 Change-Id: Ica6ef6efc4ebb668932d6dfb50425e28cd31231c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/windowembedding/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/manual/windowembedding/CMakeLists.txt b/tests/manual/windowembedding/CMakeLists.txt
index f8fc7f7287..cf6e3e2907 100644
--- a/tests/manual/windowembedding/CMakeLists.txt
+++ b/tests/manual/windowembedding/CMakeLists.txt
@@ -67,14 +67,6 @@ if(APPLE)
endif()
endif()
-# The add_qml_module_to_macos_app_bundle helper from 'shared'
-# fails top copy the qmldir file from the right place.
-add_custom_command(TARGET windowembedding POST_BUILD
- COMMAND ${CMAKE_COMMAND} -E copy_if_different
- $<TARGET_PROPERTY:windowembedding_shared,RUNTIME_OUTPUT_DIRECTORY>/qmldir
- $<TARGET_FILE_DIR:windowembedding_shared>/qmldir
-)
-
install(TARGETS windowembedding
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"