From ad2ef074b1bc3770e7872e7ad77ae3326e9373f6 Mon Sep 17 00:00:00 2001 From: Andreas Reischuck Date: Sat, 30 Dec 2023 05:12:43 +0100 Subject: [PATCH] Try fixing linker issue (2) --- src/plugins/qmlpreview/qmlpreview.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmlpreview/qmlpreview.qbs b/src/plugins/qmlpreview/qmlpreview.qbs index b3dcc830f5a..8be074e0280 100644 --- a/src/plugins/qmlpreview/qmlpreview.qbs +++ b/src/plugins/qmlpreview/qmlpreview.qbs @@ -13,6 +13,7 @@ QtcPlugin { Depends { name: "QtSupport" } Depends { name: "ResourceEditor" } Depends { name: "Utils" } + Depends { name: "TextEditor" } Depends { name: "Qt"