mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 10:40:08 +08:00
596855f579
Gather helpers in `promisehelpers.h` and add a global include file to make easier integration with the lib (`#include <QtPromise>`).
6 lines
78 B
Prolog
6 lines
78 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
helpers \
|
|
qpromise \
|
|
requirements
|