diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-31 20:00:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-15 16:51:59 +0100 |
commit | 2d8a9811920e572de9dfb28b2e0164dfcb768ddb (patch) | |
tree | 515bf779fa2706444900c7738fbaa08d9447e733 /ios/MobileLibreOffice/MobileLibreOffice.xcodeproj | |
parent | 7d92c0db2bc4f3a873407de9f829906bf6861dad (diff) |
Add the vcl/coretext source files
Change-Id: Ifa700d0dc9a5545254a4c04284dd3c3ad46f92cb
Diffstat (limited to 'ios/MobileLibreOffice/MobileLibreOffice.xcodeproj')
-rw-r--r-- | ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj index f17529d1bab9..2c41463879dc 100644 --- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj +++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj @@ -262,6 +262,9 @@ BE82BE4318228BD200A447B5 /* virdev.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = virdev.cxx; path = ../../vcl/source/gdi/virdev.cxx; sourceTree = "<group>"; }; BE82BE4418228BD200A447B5 /* wall.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = wall.cxx; path = ../../vcl/source/gdi/wall.cxx; sourceTree = "<group>"; }; BE82BE4718228CA600A447B5 /* impbmp.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = impbmp.hxx; path = ../../vcl/inc/impbmp.hxx; sourceTree = "<group>"; }; + BE82BE4B1822D10F00A447B5 /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = ../../vcl/coretext/ctfonts.cxx; sourceTree = "<group>"; }; + BE82BE4D1822D10F00A447B5 /* ctlayout.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctlayout.cxx; path = ../../vcl/coretext/ctlayout.cxx; sourceTree = "<group>"; }; + BE82BE4E1822D10F00A447B5 /* salgdi2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi2.cxx; path = ../../vcl/coretext/salgdi2.cxx; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -478,6 +481,7 @@ BE82BDB51822617500A447B5 /* vcl */ = { isa = PBXGroup; children = ( + BE82BE4A1822D0E900A447B5 /* coretext */, BE82BDF11822626C00A447B5 /* gdi */, BE82BDF01822625C00A447B5 /* headless */, BE82BE4618228C6A00A447B5 /* inc */, @@ -672,6 +676,16 @@ name = inc; sourceTree = "<group>"; }; + BE82BE4A1822D0E900A447B5 /* coretext */ = { + isa = PBXGroup; + children = ( + BE82BE4B1822D10F00A447B5 /* ctfonts.cxx */, + BE82BE4D1822D10F00A447B5 /* ctlayout.cxx */, + BE82BE4E1822D10F00A447B5 /* salgdi2.cxx */, + ); + name = coretext; + sourceTree = "<group>"; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ |