Including alternative path to QtCrypto

This commit is contained in:
Stefan Persson 2010-10-28 15:18:46 +00:00
parent 92b71202fb
commit 074326bd2a

View file

@ -10,6 +10,6 @@ IF (WIN32)
ELSE(WIN32)
#Maybe not so pretty, should be done better
INCLUDE_DIRECTORIES( /usr/include/qca2/QtCrypto/ )
INCLUDE_DIRECTORIES( /usr/include/qca2/QtCrypto/ /usr/include/QtCrypto/ )
ENDIF (WIN32)