summaryrefslogtreecommitdiffstats
path: root/src/entrypoint
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-27 13:38:47 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-28 00:22:27 +0100
commit1ce3a894879d82e8f55d4229de7a7d27a3f711c1 (patch)
treecf9c85bf538e1dabc8a5331a87004c688ecb38ae /src/entrypoint
parentba661f6bf10d4d9788c68c0b993fbb789790ce9e (diff)
cmake: Add missing aliases for entrypoint implementation
Change-Id: I2fda3a84ca2d12f74b68a8bbe6c6ae9cd04b5aea Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/entrypoint')
-rw-r--r--src/entrypoint/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entrypoint/CMakeLists.txt b/src/entrypoint/CMakeLists.txt
index e75e0133fe..1bc0834b64 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)