Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build issues (Qt SDK version 1.1.3 | mac os x 10.6.8 | Xcode 4.0.2)
Forum Updated to NodeBB v4.3 + New Features

Build issues (Qt SDK version 1.1.3 | mac os x 10.6.8 | Xcode 4.0.2)

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 3.2k 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.
  • N Offline
    N Offline
    nyotis
    wrote on last edited by
    #1

    Hey all, I 've added the Qt binaries to my path and @qmake -query@ outputs

    QT_INSTALL_PREFIX:/Developer/Desktop/Qt/474/gcc
    QT_INSTALL_DATA:/Developer/Desktop/Qt/474/gcc/
    QT_INSTALL_DOCS:/Developer/Desktop/Qt/474/gcc/doc
    QT_INSTALL_HEADERS:/Developer/Desktop/Qt/474/gcc/include
    QT_INSTALL_LIBS:/Developer/Desktop/Qt/474/gcc/lib
    QT_INSTALL_BINS:/Developer/Desktop/Qt/474/gcc/bin
    QT_INSTALL_PLUGINS:/Developer/Desktop/Qt/474/gcc/plugins
    QT_INSTALL_IMPORTS:/Developer/Desktop/Qt/474/gcc/imports
    QT_INSTALL_TRANSLATIONS:/Developer/Desktop/Qt/474/gcc/translations
    QT_INSTALL_CONFIGURATION:/Library/Preferences/Qt
    QT_INSTALL_EXAMPLES:/Developer/Examples/4.7
    QT_INSTALL_DEMOS:/Developer/Demos/4.7
    QMAKE_MKSPECS:/Developer/Desktop/Qt/474/gcc//mkspecs
    QMAKE_VERSION:2.01a
    QT_VERSION:4.7.4

    in a hello directory consisting of the typical hello.cpp and hello.pro i go with

    @qmake -spec macx-g++@

    and the little gui (hello.app) builds fine, whereas with

    @qmake -spec macx-xcode@

    i get a hello.pbproj and the related plist without any Xcode directory.
    What is wrong with Xcode 4.0? I am forwarding this message to an apple dev list..

    I 've also installed Qt via macports, same old..
    thanks for any hints

    N

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Qt does not contain support for XCode 4 yet. Digia is working on this, for the time being you'll have to use XCode 3 or the makefiles.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nyotis
        wrote on last edited by
        #3

        good to know Volker, thanks for all the feedback!

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          A merge request for XCode 4 support has been started. See the "other thread on XCode 4 support":http://developer.qt.nokia.com/forums/viewthread/9698/ for details.

          http://www.catb.org/~esr/faqs/smart-questions.html

          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