Fix cmake files to use new gcrypt variables.

This commit is contained in:
Felix Geyer
2011-11-12 14:30:16 +01:00
parent 9ffa5232f5
commit 9b46225937
4 changed files with 5 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ set(TEST_LIBRARIES
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
${QT_QTTEST_LIBRARY}
${LIBGCRYPT_LIBS}
${GCRYPT_LIBRARIES}
${ZLIB_LIBRARIES}
)