Include qpromise.h in corelib/CMakeLists.txt

Change-Id: I2a854ae5774c0b98387782af685d903818475173
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Sona Kurazyan 2020-06-11 18:36:06 +02:00
parent 9d0a15b7a3
commit 838025bd73

View File

@ -666,6 +666,7 @@ qt_extend_target(Core CONDITION QT_FEATURE_future
thread/qfutureinterface.cpp thread/qfutureinterface.h thread/qfutureinterface_p.h
thread/qfuturesynchronizer.h
thread/qfuturewatcher.cpp thread/qfuturewatcher.h thread/qfuturewatcher_p.h
thread/qpromise.h
thread/qresultstore.cpp thread/qresultstore.h
)