summaryrefslogtreecommitdiff
path: root/ios/MobileLibreOffice
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-10 12:06:09 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-10 12:06:27 +0200
commit5f29e8ab2437ae621bc82c0c69cf2b4e3f5baa61 (patch)
treeba3b0ebade2a3871e5ada1a2e4740e15f1b24ee5 /ios/MobileLibreOffice
parent8a75ecb4a10f214dae18ab27fdbaa7aa154f9a02 (diff)
Add more source files for easier breakpointing in Xcode
Change-Id: Ibe97fe4a105d048c02d3af5263efc68d486afb06
Diffstat (limited to 'ios/MobileLibreOffice')
-rw-r--r--ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
index ec45536aacf4..f9d54d227569 100644
--- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
+++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
@@ -267,6 +267,11 @@
BE82BE4B1822D10F00A447B5 /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = ../../vcl/quartz/ctfonts.cxx; sourceTree = "<group>"; };
BE82BE4D1822D10F00A447B5 /* ctlayout.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctlayout.cxx; path = ../../vcl/quartz/ctlayout.cxx; sourceTree = "<group>"; };
BE82BE4E1822D10F00A447B5 /* salgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi.cxx; path = ../../vcl/quartz/salgdi.cxx; sourceTree = "<group>"; };
+ BEE68B5D185715EE0049ECE0 /* salbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salbmp.cxx; path = ../../vcl/quartz/salbmp.cxx; sourceTree = "<group>"; };
+ BEE68B5E185715EE0049ECE0 /* salgdicommon.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdicommon.cxx; path = ../../vcl/quartz/salgdicommon.cxx; sourceTree = "<group>"; };
+ BEE68B5F185715EE0049ECE0 /* salgdiutils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdiutils.cxx; path = ../../vcl/quartz/salgdiutils.cxx; sourceTree = "<group>"; };
+ BEE68B60185715EE0049ECE0 /* salmathutils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salmathutils.cxx; path = ../../vcl/quartz/salmathutils.cxx; sourceTree = "<group>"; };
+ BEE68B61185715EE0049ECE0 /* utils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cxx; path = ../../vcl/quartz/utils.cxx; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -685,6 +690,11 @@
BE82BE4B1822D10F00A447B5 /* ctfonts.cxx */,
BE82BE4D1822D10F00A447B5 /* ctlayout.cxx */,
BE82BE4E1822D10F00A447B5 /* salgdi.cxx */,
+ BEE68B5D185715EE0049ECE0 /* salbmp.cxx */,
+ BEE68B5E185715EE0049ECE0 /* salgdicommon.cxx */,
+ BEE68B5F185715EE0049ECE0 /* salgdiutils.cxx */,
+ BEE68B60185715EE0049ECE0 /* salmathutils.cxx */,
+ BEE68B61185715EE0049ECE0 /* utils.cxx */,
);
name = quartz;
sourceTree = "<group>";