From 838025bd7397e7785b7764938159abff92354c7c Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Thu, 11 Jun 2020 18:36:06 +0200 Subject: [PATCH] Include qpromise.h in corelib/CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2a854ae5774c0b98387782af685d903818475173 Reviewed-by: Andrei Golubev Reviewed-by: MÃ¥rten Nordheim --- src/corelib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt index 4a0c6c1143..9f22828fbf 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -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 )