QtPromise Installation Instructions

Installation

QtPromise is a header-only library, simply download the latest release (or git submodule and include qtpromise.pri from your project .pro.

qpm

Alternatively and only if your project relies on qpm you can install QtPromise as follow:

qpm install com.github.simonbrunel.qtpromise

Usage

The recommended way to use QtPromise is to include the single module header:

#include <QtPromise>

Further instructions and examples can be found here

 

Back to Qt Marketplace