<table><tr><td style="">alexde added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D22605">View Revision</a></tr></table><br /><div><div><p>I would like to test it and post a screenshot, however I am not able to compile it:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">I cloned the source from the git repository</li>
<li class="remarkup-list-item">mkdir plasma-workspace/applets/notifications/build</li>
<li class="remarkup-list-item">cd plasma-workspace/applets/notifications/build</li>
<li class="remarkup-list-item">cmake ..</li>
</ol>

<p>This resulted in</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">CMake Error at CMakeLists.txt:11 (kcoreaddons_desktop_to_json):
  Unknown CMake command "kcoreaddons_desktop_to_json".</pre></div>



<ol class="remarkup-list" start="5">
<li class="remarkup-list-item">I then added</li>
</ol>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">find_package(KF5Plasma REQUIRED)</pre></div>

<p>to the CMakeLists.txt, which at least make cmake succeed. However, when I tried to compile it with</p>

<ol class="remarkup-list" start="6">
<li class="remarkup-list-item">make</li>
</ol>

<p>It breaks with</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">Scanning dependencies of target plasma_applet_notifications
[ 20%] Building CXX object CMakeFiles/plasma_applet_notifications.dir/notificationapplet.o
/path/KDE/plasma-workspace/applets/notifications/notificationapplet.cpp:27:10: error: QQuickItem: File or directory not found
   27 | #include <QQuickItem>
      |          ^~~~~~~~~~~~
Compilation terminated.
make[2]: *** [CMakeFiles/plasma_applet_notifications.dir/build.make:63: CMakeFiles/plasma_applet_notifications.dir/notificationapplet.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:233: CMakeFiles/plasma_applet_notifications.dir/all] Error 2
make: *** [Makefile:130: all] Error 2</pre></div>

<p>I have the Qt development and kcoreaddons' files installed. I thought this procedure would be more straight forward. I'm looking forward to your advice. :)</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22605">https://phabricator.kde.org/D22605</a></div></div><br /><div><strong>To: </strong>alexde, VDG<br /><strong>Cc: </strong>plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>