Skip to content

Commit f1fe985

Browse files
committedNov 12, 2015
[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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.