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. Qt Integration with XCode projects
Forum Updated to NodeBB v4.3 + New Features

Qt Integration with XCode projects

Scheduled Pinned Locked Moved Solved Mobile and Embedded
ios
3 Posts 2 Posters 958 Views 1 Watching
  • 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.
  • D Offline
    D Offline
    DRoscoe
    wrote on last edited by DRoscoe
    #1

    We have been using QMake to generate Xcode project files. My question is, "Is this the preferred method of Qt integration with XCode", or more specifically, "Is there any reason why we cannot simply integrate Qt directly from existing XCode project files, eliminating the need to use QMake altogether?"

    1 Reply Last reply
    0
    • CharbyC Offline
      CharbyC Offline
      Charby
      wrote on last edited by
      #2

      That's one of the nicest thing with Qt is that you are not force to use one specific IDE or build system !
      One can also use CMake for instance i.o QMake (but QMake ease our life with static linking by generating automatically the library name mangling stuff). I feel QMake is a nice option for every development steps (development, debugging, testing, profiling...) unfortunately for the very last step (publishing) we need to deal with XCode to handle all of the provisionning profiles hassles...
      If you feel confortable with XCode, you can of course use XCode for most of your development i.o QtCreator but you might miss some nice stuff such as the code completion with the Qt framework, integrated Qt help...
      You might have a look to this nice presentation of Mike Krus from Kdab which I find very helpful to understand the current status of Qt on IOS.

      D 1 Reply Last reply
      1
      • CharbyC Charby

        That's one of the nicest thing with Qt is that you are not force to use one specific IDE or build system !
        One can also use CMake for instance i.o QMake (but QMake ease our life with static linking by generating automatically the library name mangling stuff). I feel QMake is a nice option for every development steps (development, debugging, testing, profiling...) unfortunately for the very last step (publishing) we need to deal with XCode to handle all of the provisionning profiles hassles...
        If you feel confortable with XCode, you can of course use XCode for most of your development i.o QtCreator but you might miss some nice stuff such as the code completion with the Qt framework, integrated Qt help...
        You might have a look to this nice presentation of Mike Krus from Kdab which I find very helpful to understand the current status of Qt on IOS.

        D Offline
        D Offline
        DRoscoe
        wrote on last edited by
        #3

        @Charby thanks for the link!

        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