aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMQt4To5Porting.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ECMQt4To5Porting.cmake')
-rw-r--r--modules/ECMQt4To5Porting.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/ECMQt4To5Porting.cmake b/modules/ECMQt4To5Porting.cmake
index 78b6e3da..8e7ea52a 100644
--- a/modules/ECMQt4To5Porting.cmake
+++ b/modules/ECMQt4To5Porting.cmake
@@ -160,6 +160,7 @@ set(_qt_modules
Network
Test
Designer
+ Concurrent
Xml
UiTools
)
@@ -171,6 +172,9 @@ foreach(_module ${_qt_modules})
list(APPEND QT_INCLUDES ${Qt5${_module}_INCLUDE_DIRS})
endforeach()
+list(APPEND QT_QTCORE_LIBRARIES ${Qt5Concurrent_LIBRARIES})
+list(APPEND QT_QTCORE_LIBRARY ${Qt5Concurrent_LIBRARIES})
+
macro(qt4_wrap_ui)
qt5_wrap_ui(${ARGN})
endmacro()