Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat application

Project for OOP seminar 2026

Description

This C++ project demonstrates the use of:

  • Standard Template Library
  • Qt framework
  • observer pattern

Requirements

To build and run this application you need to install the followings:

On macOS, you can use these commands (assuming that Homebrew is already installed):

brew install gcc
brew install cmake
brew install qt

Usage

Build the project

cmake -S . -B target
cmake --build target

Run the project

./target/app

Run tests

ctest --test-dir target --output-on-failure

Useful links

About

Project for OOP seminar 2026

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages