Skip to content

Commit f1fe985

Browse files
committed
[qt5] Fix QCA Cmake
1 parent 1bb7aff commit f1fe985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindQCA.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else(QCA_INCLUDE_DIR AND QCA_LIBRARY)
4949
"$ENV{LIB_DIR}/include"
5050
$ENV{INCLUDE}
5151
/usr/local/include
52-
PATH_SUFFIXES QtCrypto qt4/QtCrypto
52+
PATH_SUFFIXES QtCrypto qt4/QtCrypto Qca-qt5/QtCrypto
5353
)
5454

5555
if(QCA_LIBRARY AND QCA_INCLUDE_DIR)

0 commit comments

Comments
 (0)