<div dir="ltr">Hello !<div><br></div><div>First thanks a lot for this magnificent software !</div><div>I would like to test and install the version 1.0 of kdeconnect (on kubuntu 16.04).</div><div>I checkout the code, and install all the necessary dependencies.</div><div>The cmake part was find (I got no error).</div><div>But when i tried to compile (execute make) I got the following error :</div><div><br></div><div><div>antoine@perso:~/repo/kdeconnect-kde/build$ make</div><div>[  0%] Automatic moc for target kdeconnectcore</div><div>[  0%] Built target kdeconnectcore_automoc</div><div>[  0%] Building CXX object core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o</div><div>/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp: In member function ‘QSet<QString> PluginLoader::pluginsForCapabilities(const QSet<QString>&, const QSet<QString>&)’:</div><div>/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp:113:25: error: ‘const class QSet<QString>’ has no member named ‘intersects’</div><div>             || incoming.intersects(pluginOutgoingCapabilities) || outgoing.intersects(pluginIncomingCapabilities)) {</div><div>                         ^</div><div>/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp:113:76: error: ‘const class QSet<QString>’ has no member named ‘intersects’</div><div>             || incoming.intersects(pluginOutgoingCapabilities) || outgoing.intersects(pluginIncomingCapabilities)) {</div><div>                                                                            ^</div><div>core/CMakeFiles/kdeconnectcore.dir/build.make:398: recipe for target 'core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o' failed</div><div>make[2]: *** [core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o] Error 1</div><div>CMakeFiles/Makefile2:123: recipe for target 'core/CMakeFiles/kdeconnectcore.dir/all' failed</div><div>make[1]: *** [core/CMakeFiles/kdeconnectcore.dir/all] Error 2</div><div>Makefile:138: recipe for target 'all' failed</div><div>make: *** [all] Error 2</div></div><div><br></div><div>Does someone have an idea ?</div><div><br></div><div>Thanks</div><div><br></div><div>Antoine</div><div><br></div></div>