mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 19:00:05 +08:00
a8ad3619b9
Built with Qt 5.4.2/GCC 4.8.4, code coverage with LCOV 1.13 and reported to Codecov.
6 lines
92 B
Prolog
6 lines
92 B
Prolog
QT += concurrent
|
|
TARGET = tst_future
|
|
SOURCES += $$PWD/tst_future.cpp
|
|
|
|
include(../tests.pri)
|