Chat-Client-Qt

This chat client will work with our chat server on

How to use it:
Installation

  1. You must have Qt. If you don't have Qt, just go to http://www.qt.io/download/ and install it
  2. If your computer does'nt have GL library yet, download the package by using the command below

sudo apt-get install libglu1-misa-dev

Compile and Run

  1. Open the Qt Creator
  2. Open Project, select by selecting the .pro file
  3. Build and Run it!