/qVK

Client for vk social network

Primary LanguageC++

qVK

Source code of client for the vk social network written in c++ using Qt framework.

Building

# Clone repo
git clone https://github.com/nillerusr/qVK
# Generate Makefile
qmake
# Build
make -j$(nproc --all)