D27869: Separate processcore/{formatter,unit} into its own library
Arfrever Frehtes Taifersar Arahesis
noreply at phabricator.kde.org
Sat Mar 21 22:09:03 GMT 2020
arfrever added a comment.
cmake fails with:
...
-- Configuring done
CMake Error at formatter/declarative/CMakeLists.txt:3 (add_library):
Target "FormatterPlugin" links to target "Qt5::Qml" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
(Qt 5.14.*)
I guess that top-level CMakeLists.txt needs:
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@
include(FeatureSummary)
include(GenerateExportHeader)
-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED CONFIG COMPONENTS DBus Network Widgets)
+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED CONFIG COMPONENTS DBus Network Qml Widgets)
find_package(Qt5WebEngineWidgets ${QT_MIN_VERSION} CONFIG)
set_package_properties(Qt5WebEngineWidgets PROPERTIES
URL "git://code.qt.org/qt/qtwebenginewidgets.git"
REPOSITORY
R111 KSysguard Library
REVISION DETAIL
https://phabricator.kde.org/D27869
To: ahiemstra, #plasma, davidedmundson
Cc: arfrever, zzag, ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200321/c1455901/attachment.html>
More information about the Plasma-devel
mailing list