summaryrefslogtreecommitdiffstats
path: root/qmake/generators/mac/pbuilder_pbx.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-07-02 12:05:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-03 21:36:26 +0200
commitffef22cae224fd6c575e64a73e5017e5855c9aff (patch)
treedf2c7c99980b577372b7854ef1efd00e28b62600 /qmake/generators/mac/pbuilder_pbx.h
parent0233e9ec8bc1d65fbbd6be6fa798531a658b9ae2 (diff)
Xcode: Fix defines in OTHER_C/CPLUSPLUSFLAGS for project file output
We were only fixing QMAKE_C/CXXFLAGS, not the defines we then appended. Change-Id: Iaa4a394738658c45aae83941ebe54470d6d8e250 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qmake/generators/mac/pbuilder_pbx.h')
-rw-r--r--qmake/generators/mac/pbuilder_pbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/mac/pbuilder_pbx.h b/qmake/generators/mac/pbuilder_pbx.h
index 255dd43348..a08dc7c2bd 100644
--- a/qmake/generators/mac/pbuilder_pbx.h
+++ b/qmake/generators/mac/pbuilder_pbx.h
@@ -61,6 +61,7 @@ class ProjectBuilderMakefileGenerator : public UnixMakefileGenerator
QString findProgram(const ProString &prog);
QString fixForOutput(const QString &file);
ProStringList fixListForOutput(const char *where);
+ ProStringList fixListForOutput(const ProStringList &list);
int reftypeForFile(const QString &where);
QString sourceTreeForFile(const QString &where);
QString projectSuffix() const;