X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=9fe8bf55e9ffbf7c60de8cffb7795aab375f9f8e;hp=2e152a5ad1e3dc47409a8a591e12ab123a09bcfe;hb=e50ae7a06fc4e5d3a911c361d30953410deab609;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e152a5a..9fe8bf55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -279,14 +279,12 @@ if (USE_QT5) DESCRIPTION "the database support module for Qt5" ) - # While QCA2 seems to support Qt5, it is not actually co-installable or distinguishable from the Qt4 version... - # In order to avoid linking against the Qt4 version (which is probably the one installed), disable this for now - #find_package(QCA2 QUIET) - #set_package_properties(QCA2 PROPERTIES TYPE RECOMMENDED - # URL "https://projects.kde.org/projects/kdesupport/qca" - # DESCRIPTION "Qt Cryptographic Architecture" - # PURPOSE "Required for encryption support" - #) + find_package(QCA2-QT5) + set_package_properties(QCA2-QT5 PROPERTIES TYPE RECOMMENDED + URL "https://projects.kde.org/projects/kdesupport/qca" + DESCRIPTION "Qt Cryptographic Architecture" + PURPOSE "Required for encryption support" + ) endif(BUILD_CORE)