Migrated to qt6.

This commit is contained in:
Storm Dragon
2025-06-30 17:15:11 -04:00
parent ae0f9c16a8
commit 811bae82d7
22 changed files with 197 additions and 66 deletions

View File

@ -1,8 +1,16 @@
For a quick install, just follow these steps:
git clone https://github.com/panzi/qjoypad
mkdir qjoypad/build
cd qjoypad/build
git clone https://git.stormux.org/storm/thunderpad
mkdir thunderpad/build
cd thunderpad/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make -j`nproc`
make install
Requirements:
- Qt 6 (Qt6Widgets and Qt6Gui modules)
- X11 development libraries (libX11 and libXtst)
- libudev (optional, for automatic device detection)
For accessibility testing:
- Orca screen reader or similar assistive technology