Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-8136

Fix README build instructions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 2.7.0
    • Qt Creator 2.7.0
    • Documentation
    • None
    • Mac OS X Mountain Lion
    • 6810e30e9a2d63498341b881110fbea91b78776d

    Description

      Taken from README file:

      "You can build Qt Creator with

      cd $SOURCE_DIRECTORY
      qmake -r
      make (or mingw32-make or nmake or jom, depending on your platform)"

      However on Mac OS X Mountain Lion when executing make, I have following output:
      make: *** No targets specified and no makefile found. Stop.

      This is because qmake generates *.xcodeproj file instead of Makefile. To generate a makefile, qmake -spec macx-g++ should be used.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            beemaster Roman Pasechnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes