diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-23 18:56:08 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 03:53:04 +0900 |
commit | 967f0e56d79c4c25e54619ef8f56770baa9edaa8 (patch) | |
tree | 911226a1f653686589236c51257df91a87e6e350 /packaging | |
parent | 9ffc8dd2eae696459caa48bd6490bb24c0b826f5 (diff) | |
download | subsurface-967f0e56d79c4c25e54619ef8f56770baa9edaa8.tar.gz |
build system: add forgotten directory to xCode project
Add tests to xCode project.
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macosx/Subsurface-mobile.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/macosx/Subsurface-mobile.xcodeproj/project.pbxproj b/packaging/macosx/Subsurface-mobile.xcodeproj/project.pbxproj index dbe76ac0a..79c991b5c 100644 --- a/packaging/macosx/Subsurface-mobile.xcodeproj/project.pbxproj +++ b/packaging/macosx/Subsurface-mobile.xcodeproj/project.pbxproj @@ -20,12 +20,14 @@ 3D23B3FD2389DD00009A3D79 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = ../../CMakeLists.txt; sourceTree = "<group>"; }; 3D23B3FE2389DD12009A3D79 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../../CHANGELOG.md; sourceTree = "<group>"; }; 3D23B3FF2389DD26009A3D79 /* desktop-widgets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "desktop-widgets"; path = "../../desktop-widgets"; sourceTree = "<group>"; }; + 3D65BE1623B1365F003E850E /* tests */ = {isa = PBXFileReference; lastKnownFileType = folder; name = tests; path = ../../tests; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ 39C475D4214FAF2A00CBA20C = { isa = PBXGroup; children = ( + 3D65BE1623B1365F003E850E /* tests */, 3D23B3FE2389DD12009A3D79 /* CHANGELOG.md */, 3D23B3FD2389DD00009A3D79 /* CMakeLists.txt */, 39CE747E214FB2CF000423F3 /* subsurface-helper.cpp */, @@ -39,6 +41,7 @@ 39CE7484214FB3A9000423F3 /* mobile-widgets */, 39CE7485214FB3B7000423F3 /* profile-widget */, 39CE7486214FB3C1000423F3 /* qt-models */, + 3D65BE1623B1365F003E850E /* tests */, ); sourceTree = "<group>"; }; |