mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
* feat: add support gamepad buttons * feat: add support gamepad with github repo * feat: add gitmodules dependency * feat: add submodule qtgamepad * chore: update qtgamepad submodule to commit 4e57142e563b931766056b4c7507c16892260222 * fix: update qtgamepad with standard CMake and private headers support Update qtgamepad to commit f72b3e0 which: - Replaces qt_add_library with standard add_library to avoid Qt 6.10 macro conflicts - Copies private headers to build include tree for Android backend - Creates Qt:: and Qt6:: namespace aliases for proper linking
21 lines
808 B
Plaintext
21 lines
808 B
Plaintext
[submodule "client/3rd/qtkeychain"]
|
|
path = client/3rd/qtkeychain
|
|
url = https://github.com/frankosterfeld/qtkeychain.git
|
|
[submodule "client/3rd/SortFilterProxyModel"]
|
|
path = client/3rd/SortFilterProxyModel
|
|
url = https://github.com/mitchcurtis/SortFilterProxyModel.git
|
|
[submodule "client/3rd-prebuilt"]
|
|
path = client/3rd-prebuilt
|
|
url = https://github.com/amnezia-vpn/3rd-prebuilt
|
|
branch = feature/special-handshake
|
|
[submodule "client/3rd/amneziawg-apple"]
|
|
path = client/3rd/amneziawg-apple
|
|
url = https://github.com/amnezia-vpn/amneziawg-apple
|
|
[submodule "client/3rd/QSimpleCrypto"]
|
|
path = client/3rd/QSimpleCrypto
|
|
url = https://github.com/amnezia-vpn/QSimpleCrypto.git
|
|
[submodule "client/3rd/qtgamepad"]
|
|
path = client/3rd/qtgamepad
|
|
url = https://github.com/amnezia-vpn/qtgamepad.git
|
|
branch = 6.6
|