Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. CMake for iOS. How to add custom launch screen file into Qt project?
Forum Updated to NodeBB v4.3 + New Features

CMake for iOS. How to add custom launch screen file into Qt project?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 298 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on last edited by
    #1

    Hello all!
    When using QMAke for adding custom launch screen using this command:

    LAUNCHSCREEN_FILE = $$PWD/platforms/ios/LaunchScreen.storyboard
    OTHER_FILES += $$LAUNCHSCREEN_FILE
    LaunchScreen.files = $$files($$LAUNCHSCREEN_FILE)
    QMAKE_BUNDLE_DATA += LaunchScreen
    

    What is the CMake version of this commands within the same functionality?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bogong
      wrote on last edited by
      #2

      Found this doc https://doc-snapshots.qt.io/qt6-dev/ios-platform-notes.html it's for future 6.5 but there are working example

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved