aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2020-12-19 21:58:02 +0100
committerChristophe Giboudeaux <christophe@krop.fr>2021-03-01 14:01:00 +0000
commit4caca8fbfb5480ca442b87ba9a7e05808e846258 (patch)
treea237d4cb83df81519ad9474eb8a27655851381f7
parent1b9349d328ef7068f1a69545616b6b6a3db728e7 (diff)
Fix a link error when building the qmldesigner plugin
Fixes: QTCREATORBUG-25152 Change-Id: I36e51f3f552b3639d77342ee56e7efe5b44497e5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/plugins/qmldesigner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/CMakeLists.txt b/src/plugins/qmldesigner/CMakeLists.txt
index 0d07029bf9..d875a58f11 100644
--- a/src/plugins/qmldesigner/CMakeLists.txt
+++ b/src/plugins/qmldesigner/CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
add_qtc_plugin(QmlDesigner
DEPENDS
QmlJS LanguageUtils QmlEditorWidgets AdvancedDockingSystem
- Qt5::QuickWidgets Qt5::CorePrivate Sqlite
+ Qt5::QuickWidgets Qt5::CorePrivate Sqlite Threads::Threads
DEFINES
DESIGNER_CORE_LIBRARY
IDE_LIBRARY_BASENAME=\"${IDE_LIBRARY_BASE_PATH}\"