An open API service indexing awesome lists of open source software.

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

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 windows

1)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
![screenshot_2023-04-09-202232](https://user-images.githubusercontent.com/95036865/230967755-ddb53128-56c5-4c59-8ec6-431907e3314d.png)