Since most kde applications are not ported to Qt5, you need Qt4.x to build kdeconnect (I don't know x, mine is 4.8.6). In addition, the Qt4 installer is not available (I think!), So you need to also create it from the source. Building Qt4 is pretty simple, just load the source and run the usual commands.
After creating it, the name qmake will be qmake-qt4 in / usr / bin. So, to build kdeconnect, first run its cmake, then the Cmaketextcache.txt file will be generated. In this change, the qmake path (i.e., Somewhere written / usr / bin / qmake in / usr / bin / qmake-qt4) as well as the qt path include dir in (I think / usr / include / qt 5 in / usr / include / qt4) and run cmake again.
If some packages are missing, you need to install it. But with the above changes, you will get a make file to install it.
source share