SAANN3 / qt-sender

multithread program that can send files to other's devices in local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

multithread program that can send files to other's devices in local network

License:GNU Lesser General Public License v2.1


Languages

Language:QML 55.7%Language:C++ 41.1%Language:QMake 3.3%