diff options
author | Andy Shaw <andy.shaw@digia.com> | 2012-09-24 10:04:21 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-18 00:31:22 (GMT) |
commit | 53a450d45e344bfe66f401886f31d6749bc5dcd7 (patch) | |
tree | 7c46e07db9aa88d2215c65ac129ea94abbf843f4 /qmake/generators/mac/pbuilder_pbx.h | |
parent | d23ee1a4b519a625c1978ebd78df416fc6fb3374 (diff) | |
download | Qt-53a450d45e344bfe66f401886f31d6749bc5dcd7.zip Qt-53a450d45e344bfe66f401886f31d6749bc5dcd7.tar.gz Qt-53a450d45e344bfe66f401886f31d6749bc5dcd7.tar.bz2 |
Fix XCode generator for qmake when generating for XCode 4.5 and later
This is a partial cherry pick from Qt 5 just to include the specific
changes needed to get qmake generated XCode projects working with XCode
4.5 or later.
Change-Id: I879ca5684435289a61d8db248f2c3f64f6866a60
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
(cherry picked from qtbase/f6bd02317db7beadda1237df7feddd4a780415cb)
Diffstat (limited to 'qmake/generators/mac/pbuilder_pbx.h')
-rw-r--r-- | qmake/generators/mac/pbuilder_pbx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/mac/pbuilder_pbx.h b/qmake/generators/mac/pbuilder_pbx.h index 15fef2f8..876099b 100644 --- a/qmake/generators/mac/pbuilder_pbx.h +++ b/qmake/generators/mac/pbuilder_pbx.h @@ -62,6 +62,7 @@ class ProjectBuilderMakefileGenerator : public UnixMakefileGenerator QString fixForOutput(const QString &file); QStringList fixListForOutput(const QString &where); int reftypeForFile(const QString &where); + QString sourceTreeForFile(const QString &where); QString projectSuffix() const; enum { SettingsAsList=0x01, SettingsNoQuote=0x02 }; inline QString writeSettings(QString var, QString val, int flags=0, int indent_level=0) |