mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 19:00:05 +08:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
TEMPLATE = app
|
||
|
CONFIG += testcase
|
||
|
QT += testlib concurrent
|
||
|
DEFINES += QT_DEPRECATED_WARNINGS
|
||
|
|
||
|
include(../../qtpromise.pri)
|