cmake: Add missing aliases for entrypoint implementation

Change-Id: I2fda3a84ca2d12f74b68a8bbe6c6ae9cd04b5aea
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2020-10-27 13:38:47 +01:00
parent ba661f6bf1
commit 1ce3a89487

View File

@ -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)