diff --git a/cmake/QtPublicAppleHelpers.cmake b/cmake/QtPublicAppleHelpers.cmake
index 102110b1632..e947f9555c9 100644
--- a/cmake/QtPublicAppleHelpers.cmake
+++ b/cmake/QtPublicAppleHelpers.cmake
@@ -61,13 +61,7 @@ function(_qt_internal_handle_ios_launch_screen target)
file(MAKE_DIRECTORY "${launch_screen_out_dir}")
- # Replaces the value in the default template.
- set(QT_IOS_LAUNCH_SCREEN_TEXT "${target}")
- configure_file(
- "${launch_screen_in_path}"
- "${launch_screen_out_path}"
- @ONLY
- )
+ file(COPY "${launch_screen_in_path}" DESTINATION "${launch_screen_out_path}")
set(final_launch_screen_path "${launch_screen_out_path}")
else()
diff --git a/cmake/ios/LaunchScreen.storyboard b/cmake/ios/LaunchScreen.storyboard
index cfe5d26ebac..83df24b6185 100644
--- a/cmake/ios/LaunchScreen.storyboard
+++ b/cmake/ios/LaunchScreen.storyboard
@@ -14,29 +14,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -45,4 +23,9 @@
+
+
+
+
+