https://bugs.kde.org/show_bug.cgi?id=391370
Kevin Kofler <kevin.kof...@chello.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevin.kof...@chello.at --- Comment #2 from Kevin Kofler <kevin.kof...@chello.at> --- On some distros you can, because they carry the required API addition patch in QtSingleApplication, e.g.: https://src.fedoraproject.org/cgit/rpms/qtsingleapplication.git/tree/qtsingleapplication-qupzilla.patch We have been building QupZilla against the system QtSingleApplication in Fedora all this time. For QupZilla, we used: # unbundle qtsingleapplication rm -fr src/lib/3rdparty/qtsingleapplication ln -s %{_qt5_headerdir}/QtSolutions src/lib/3rdparty/qtsingleapplication sed -i 's,include.*qtsingleapplication.*,,' src/plugins.pri sed -i 's,include.*qtsingleapplication.*,,' src/lib/lib.pro but now I have to adapt this for CMake. -- You are receiving this mail because: You are watching all bug changes.