Skip to content

evadeflow/chat-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This folder contains a D-Bus/Qt-based chat Demo adapted from:

  - http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes

To build/run it, you can either change to the 'cpp' folder and type:

  qmake
  make
  ./DBusChat

or, if you prefer CMake (and why wouldn't you!), execute these commands from
the top-level folder:

  mkdir build && cd build
  cmake ../cpp
  make
  ./DBusChat

If you start 'DBusChat', and then run 'test/test_chat.py', you'll see some of
the UI being exercised...

About

DBus/Qt-Based Chat Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published