Skip to content

Commit

Permalink
[qt5] Fix QCA Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 12, 2015
1 parent 1bb7aff commit f1fe985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQCA.cmake
Expand Up @@ -49,7 +49,7 @@ else(QCA_INCLUDE_DIR AND QCA_LIBRARY)
"$ENV{LIB_DIR}/include"
$ENV{INCLUDE}
/usr/local/include
PATH_SUFFIXES QtCrypto qt4/QtCrypto
PATH_SUFFIXES QtCrypto qt4/QtCrypto Qca-qt5/QtCrypto
)

if(QCA_LIBRARY AND QCA_INCLUDE_DIR)
Expand Down

0 comments on commit f1fe985

Please sign in to comment.