Skip to content

Commit 75512e9

Browse files
committedSep 21, 2016
Fix QCA configuration on Qt5
1 parent e863c6f commit 75512e9

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
@@ -45,7 +45,7 @@ else(QCA_INCLUDE_DIR AND QCA_LIBRARY)
4545
"$ENV{LIB_DIR}/include"
4646
$ENV{INCLUDE}
4747
/usr/local/include
48-
PATH_SUFFIXES QtCrypto qt4/QtCrypto Qca-qt5/QtCrypto
48+
PATH_SUFFIXES QtCrypto qt5/QtCrypto Qca-qt5/QtCrypto

Comment on line R48

joukewitteveen commented on Oct 24, 2016

@joukewitteveen

indentation is two spaces too deep

Code has comments. Press enter to view.
4949
)
5050

5151
if(QCA_LIBRARY AND QCA_INCLUDE_DIR)

1 commit comments

Comments
 (1)

kermeat commented on Sep 21, 2016

@kermeat

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

Please sign in to comment.