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 Info.plist file into Qt project with CMake?
Forum Updated to NodeBB v4.3 + New Features

CMake for iOS. How to add Info.plist file into Qt project with CMake?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 1.5k 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 developing for iOS with QMake used this commands for adding Info.plist file:

    QMAKE_INFO_PLIST = $$PWD/platforms/ios/Info.plist
    OTHER_FILES += $$QMAKE_INFO_PLIST
    

    How to add this file when using CMake for iOS with Qt?

    jsulmJ 1 Reply Last reply
    0
    • B bogong

      Hello all!
      When developing for iOS with QMake used this commands for adding Info.plist file:

      QMAKE_INFO_PLIST = $$PWD/platforms/ios/Info.plist
      OTHER_FILES += $$QMAKE_INFO_PLIST
      

      How to add this file when using CMake for iOS with Qt?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @bogong Take a look at https://stackoverflow.com/questions/45285818/building-a-simple-qt-ui-application-using-cmake-creates-blurry-ui

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      B 1 Reply Last reply
      2
      • jsulmJ jsulm

        @bogong Take a look at https://stackoverflow.com/questions/45285818/building-a-simple-qt-ui-application-using-cmake-creates-blurry-ui

        B Offline
        B Offline
        bogong
        wrote on last edited by
        #3

        @jsulm said in CMake for iOS. How to add Info.plist file into Qt project with CMake?:

        https://stackoverflow.com/questions/45285818/building-a-simple-qt-ui-application-using-cmake-creates-blurry-ui

        Thx a lot. Already found it. Mentioned it in previous message it's in new version of documentation for Qt 6.5 https://doc-snapshots.qt.io/qt6-dev/ios-platform-notes.html Forgotten to change this issues status. Issue solved.

        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