diff --git a/src/entrypoint/CMakeLists.txt b/src/entrypoint/CMakeLists.txt index e75e0133fe0..1bc0834b649 100644 --- a/src/entrypoint/CMakeLists.txt +++ b/src/entrypoint/CMakeLists.txt @@ -44,6 +44,8 @@ set_target_properties(EntryPointImplementation PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${QT_BUILD_DIR}/${INSTALL_LIBDIR}" ) +qt_internal_add_target_aliases(EntryPointImplementation) + # ---- Now we're ready to set up the platform specifics ---- if(WIN32)