Including alternative path to QtCrypto
This commit is contained in:
parent
92b71202fb
commit
074326bd2a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue