Split QPromise tests per feature in separate .pro

This commit is contained in:
Simon Brunel
2017-09-18 23:33:44 +02:00
parent 36a0eed12a
commit d3b69f1248
20 changed files with 1031 additions and 780 deletions

View File

@ -0,0 +1,4 @@
TARGET = tst_qpromise_delay
SOURCES += $$PWD/tst_delay.cpp
include(../../qtpromise.pri)