Skip to content

Commit

Permalink
Replace QtKeychain with a submodule
Browse files Browse the repository at this point in the history
This commit matches up with the date on which the source tree was
added (Before 31 August 2021) and the most recent commit's content
is already present, so I'm fairly confident this is the exact
revision.

This allows easier updating if required, plus it preserves history.

Added a note to COMPILATION.md about cloning with submodules.
  • Loading branch information
JL2210 committed Sep 20, 2024
1 parent ec2e5b9 commit 686dc2a
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 3,847 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/QtKeychain"]
path = lib/QtKeychain
url = https://github.com/frankosterfeld/qtkeychain
10 changes: 10 additions & 0 deletions COMPILATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ During the run-time, APK Editor Studio uses these third-party tools which are no

Running the `scripts/download.py` script will automatically download the needed tools.

## Clone and get submodules

If initially cloning:

- Run `git clone --recurse-submodules https://github.com/kefir500/apk-editor-studio`

If in an existing repo:

- Run `git submodule update --init --recursive`

## Building

- Run `cmake -B your/build/path -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="path/to/qt"`
Expand Down
1 change: 1 addition & 0 deletions lib/QtKeychain
Submodule QtKeychain added at f6705f
50 changes: 0 additions & 50 deletions lib/QtKeychain/.gitignore

This file was deleted.

302 changes: 0 additions & 302 deletions lib/QtKeychain/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 686dc2a

Please sign in to comment.