All Projects → Kaffeine → Telegram Qt

Kaffeine / Telegram Qt

Licence: lgpl-2.1
Qt-based library for Telegram network

Projects that are alternatives of or similar to Telegram Qt

Qtfm
Qt File Manager
Stars: ✭ 73 (-30.48%)
Mutual labels:  qt, qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+1127.62%)
Mutual labels:  qt, qt5
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+1039.05%)
Mutual labels:  qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+995.24%)
Mutual labels:  qt, qt5
Reader
Reader for PDF,use Qt5 and Poppler
Stars: ✭ 89 (-15.24%)
Mutual labels:  qt, qt5
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-35.24%)
Mutual labels:  qt, qt5
Xi Qt
A Qt front-end for xi-editor. Experimental (WIP)
Stars: ✭ 85 (-19.05%)
Mutual labels:  qt, qt5
Telepathy Morse
Telegram connection manager for the Telepathy framework
Stars: ✭ 55 (-47.62%)
Mutual labels:  telegram, qt
Qtbase
Qt Base (Core, Gui, Widgets, Network, ...)
Stars: ✭ 1,298 (+1136.19%)
Mutual labels:  qt, qt5
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-15.24%)
Mutual labels:  qt, qt5
Guitar
Git GUI Client
Stars: ✭ 1,136 (+981.9%)
Mutual labels:  qt, qt5
Awesome Kde
A curated list of awesome apps, extensions, modules, themes and tools for the KDE Desktop Environment.
Stars: ✭ 101 (-3.81%)
Mutual labels:  qt, qt5
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+964.76%)
Mutual labels:  qt, qt5
Liszt
A personal organization software with a script engine for automation
Stars: ✭ 72 (-31.43%)
Mutual labels:  qt, qt5
Simpleqtlogger
Simple rolling file logger for Qt.
Stars: ✭ 60 (-42.86%)
Mutual labels:  qt, qt5
Borg Backup Gui
BORG BackUP GUI is a simple GUI for managing Borg backups. Currently I am developing some extensions.
Stars: ✭ 77 (-26.67%)
Mutual labels:  qt, qt5
Fqterm
Stars: ✭ 50 (-52.38%)
Mutual labels:  qt, qt5
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-49.52%)
Mutual labels:  qt, qt5
Linuxdeployqt
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Stars: ✭ 1,287 (+1125.71%)
Mutual labels:  qt, qt5
Tidal Discord Rich Presence Unofficial
UNOFFICIAL Tidal Discord Rich Presence
Stars: ✭ 93 (-11.43%)
Mutual labels:  qt, qt5

TelegramQt Build Status

TelegramQt provides C++ API for developing custom Telegram clients and servers. The project is inspired by Qt and QXmpp with some ideas from Telepathy. TelegramQt focuses on the best possible developer experience.

See also README.md in the 'server' directory.

Requirements

  • CMake 3.6+
  • Qt 5.6+
  • OpenSSL
  • ZLib
  • A C++11 compliant compiler

Building

Build from command line:

mkdir build
cd build
cmake ..
cmake --build .

Installing

Install from command line (after building):

cmake --build . --target install

Default CMake installation prefix is /usr/local. Use CMAKE_INSTALL_PREFIX parameter to set a different prefix (e.g. -DCMAKE_INSTALL_PREFIX=/usr).

License

This application is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].