Skip to content

Commit

Permalink
Fix QCA configuration on Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 21, 2016
1 parent e863c6f commit 75512e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQCA.cmake
Expand Up @@ -45,7 +45,7 @@ else(QCA_INCLUDE_DIR AND QCA_LIBRARY)
"$ENV{LIB_DIR}/include"
$ENV{INCLUDE}
/usr/local/include
PATH_SUFFIXES QtCrypto qt4/QtCrypto Qca-qt5/QtCrypto
PATH_SUFFIXES QtCrypto qt5/QtCrypto Qca-qt5/QtCrypto

This comment has been minimized.

Copy link
@joukewitteveen

joukewitteveen Oct 24, 2016

indentation is two spaces too deep

)

if(QCA_LIBRARY AND QCA_INCLUDE_DIR)
Expand Down

1 comment on commit 75512e9

@kermeat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some distributions store files in ${LIB_DIR}/qt/Qca-qt5/QtCrypto

Please sign in to comment.