Skip to content

Commit

Permalink
Concurrent module returned back temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
vkjr committed Mar 1, 2019
1 parent dc68b2e commit d974f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactQt/application/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ add_executable(
${MAIN_RC_PATH}
)

set(USED_QT_MODULES Core Qml Quick WebSockets Svg)
set(USED_QT_MODULES Core Qml Quick WebSockets Svg Concurrent)
if (USE_QTWEBKIT)
set(USED_QT_MODULES ${USED_QT_MODULES} WebKit)
endif()
Expand Down
2 changes: 1 addition & 1 deletion ReactQt/runtime/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ endif()

include_directories(${REACT_NATIVE_DESKTOP_EXTERNAL_MODULES_INCLUDE_DIRS})

set(USED_QT_MODULES Core Qml Quick WebSockets Svg)
set(USED_QT_MODULES Core Qml Quick WebSockets Svg Concurrent)
if (USE_QTWEBKIT)
set (USED_QT_MODULES ${USED_QT_MODULES} WebKit)
endif()
Expand Down

0 comments on commit d974f77

Please sign in to comment.