mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 18:54:42 +08:00
596855f579
Gather helpers in `promisehelpers.h` and add a global include file to make easier integration with the lib (`#include <QtPromise>`).
5 lines
77 B
Prolog
5 lines
77 B
Prolog
TARGET = tst_helpers
|
|
SOURCES += $$PWD/tst_helpers.cpp
|
|
|
|
include(../tests.pri)
|