Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use git submodules for extensions #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "extensions/qak"]
path = extensions/qak
url = https://github.com/Larpon/qak.git
[submodule "extensions/QtFirebase"]
path = extensions/QtFirebase
url = https://github.com/Larpon/QtFirebase.git
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ Once you have a fully working Qt/Qt Creator setup - you are ready to checkout an
cd /path/to/projects
git clone [email protected]:Larpon/DeadAscend.git
```
2. Install project dependencies
2. Retrieve project dependencies

```
cd /path/to/projects/DeadAscend/extensions/
git clone [email protected]:Larpon/qak.git
git clone [email protected]:Larpon/QtFirebase.git
cd /path/to/projects/DeadAscend
git submodule update --init
```

**NOTE**<br>
Expand Down
4 changes: 0 additions & 4 deletions extensions/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions extensions/QtFirebase
Submodule QtFirebase added at 7fa07c
1 change: 1 addition & 0 deletions extensions/qak
Submodule qak added at d9e98a