Generate Makefiles instead of Xcode projects on macOS

From Qt Wiki
Revision as of 15:27, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you call qmake of the prebuilt binaries of Qt, it produces XCode project files (xxx.xcodeproj) instead of make files. You can create regular make files with this commands:

If you want to create make files per default, you can tell qmake by executing the following commands

$QTDIR is the directory of your Qt installation (e.g. /usr/local/Trolltech/Qt-4.7.0).

Categories: