mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +00:00
Summary: This reverts the QcaMacro changes of commit 1137ed5f07d137296874f7dd1ee629f903507161 as they seem fairly unrelated to the actual openssl change and proof to cause persistent issues with buildability. Further revert "unbreak build by moving away from deprecated exec_program" This reverts commit 32419c899c77b8f5ece374d2453ee37e89af7c10. Which was done in an attempt to remidy the build problems. Further revert "Actually abort after the message that tells people to set CMAKE_INSTALL_PREFIX" This reverts commit 63fd27fbce780bccb9c9b3ff6649888cfd809c6a. Which was also done in an attempt to fix the problems. BUG: 406353 Test Plan: - when configuring without any arguments the qmake derived paths are used and correct - when configuring with CMAKE_INSTALL_PREFIX the paths are accordingly reported below that QCA prefix is /opt Plugins will be installed to /opt/lib/qca-qt5 Binary will be installed to /opt/bin Library will be installed to /opt/lib Public headers will be installed to /opt/include/Qca-qt5 Private headers will be installed to /opt/include/Qca-qt5 Feature file will be installed to /opt/mkspecs/features Documentation will be installed to /opt/share/doc/qca-qt5/html Man page will be installed to /opt/share/man Pkg-config file will be installed to /opt/lib/pkgconfig Reviewers: dfaure, arojas, vonreth Reviewed By: dfaure, arojas Differential Revision: https://phabricator.kde.org/D20408