https://github.com/saann3/qt-sender
multithread program that can send files to other's devices in local network
https://github.com/saann3/qt-sender
Last synced: about 2 months ago
JSON representation
multithread program that can send files to other's devices in local network
- Host: GitHub
- URL: https://github.com/saann3/qt-sender
- Owner: SAANN3
- License: lgpl-2.1
- Created: 2023-04-06T21:22:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T18:42:32.000Z (about 2 years ago)
- Last Synced: 2025-02-01T00:34:06.959Z (4 months ago)
- Language: QML
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qt-sender
multithread program that can send files to other's devices in local network
# Installation on linux
Open up your terminal, clone the repo and compile it with qmake6
```
git clone https://github.com/SAANN3/qt-sender
cd qt-sender/
qmake6
make
```
# Installation on windows1)Dowlonad repo
2)Open up qt creator
3)Open repo in qt creator and build it
4)Find exe, and add dependencies with windeployqt
# Screenshot
