mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-03 23:15:05 +08:00
Gather helpers in `promisehelpers.h` and add a global include file to make easier integration with the lib (`#include <QtPromise>`).
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
HEADERS += \
|
|
$$PWD/qpromise.h \
|
|
$$PWD/qpromise.inl \
|
|
$$PWD/qpromise_p.h \
|
|
$$PWD/qpromiseerror.h \
|
|
$$PWD/qpromisefuture.h \
|
|
$$PWD/qpromiseglobal.h \
|
|
$$PWD/qpromisehelpers.h
|