mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 10:40:08 +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)
|