Skip to content
Snippets Groups Projects
Commit ec1fe8f9 authored by Fabian Reister's avatar Fabian Reister
Browse files

Merge branch 'refactor/new_arch' of gitlab.com:ArmarX/ArmarXGui into refactor/new_arch

parents 71bb8026 0239b6cc
No related branches found
No related tags found
1 merge request!66Refactor/new arch
......@@ -96,6 +96,11 @@ function(armarx_add_qt_plugin TARGET)
DEPENDENCIES ${AX_DEPENDENCIES}
DEPENDENCIES_LEGACY ${AX_DEPENDENCIES_LEGACY}
)
# Add Qt targets to all_generate and generated files.
add_dependencies(all_generate ${TARGET}_autogen)
file(GLOB_RECURSE QT_GENERATED_FILES "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_autogen/*")
target_sources(generated_files PRIVATE ${QT_GENERATED_FILES})
endfunction()
......
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