Skip to content
Snippets Groups Projects
Verified Commit 8fe1bcbd authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

fix: look for other possible paths for qtquick studio components

parent 07ff47a1
No related branches found
No related tags found
1 merge request!76QDS-14696 Beta-8 dev
Pipeline #79207 passed
......@@ -69,11 +69,6 @@ foreach(imported_target IN LISTS imported_targets)
continue()
endif()
# if(NOT EXISTS "${imported_location}")
# message(WARNING "Imported location for ${qml_plugin_target} does not exist.")
# continue()
# endif()
# Get parent dir of the plugin file.
get_filename_component(imported_location_dir "${imported_location}" DIRECTORY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment