Skip to content

Commit d974f77

Browse files
committed
Concurrent module returned back temporarily
1 parent dc68b2e commit d974f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReactQt/application/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ add_executable(
8181
${MAIN_RC_PATH}
8282
)
8383

84-
set(USED_QT_MODULES Core Qml Quick WebSockets Svg)
84+
set(USED_QT_MODULES Core Qml Quick WebSockets Svg Concurrent)
8585
if (USE_QTWEBKIT)
8686
set(USED_QT_MODULES ${USED_QT_MODULES} WebKit)
8787
endif()

ReactQt/runtime/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ endif()
251251

252252
include_directories(${REACT_NATIVE_DESKTOP_EXTERNAL_MODULES_INCLUDE_DIRS})
253253

254-
set(USED_QT_MODULES Core Qml Quick WebSockets Svg)
254+
set(USED_QT_MODULES Core Qml Quick WebSockets Svg Concurrent)
255255
if (USE_QTWEBKIT)
256256
set (USED_QT_MODULES ${USED_QT_MODULES} WebKit)
257257
endif()

0 commit comments

Comments
 (0)