[Interest] Need help on QCA library, just migrated from Linux to Mac ...

Thiago Macieira thiago.macieira at intel.com
Fri Jan 2 14:13:38 CET 2015


On Friday 02 January 2015 11:51:41 Aaron Lewis wrote:
> Hi,
> 
> I installed qt4.8 and qca with homebrew.
> 
> The qmake tool chain works. But when I compile a qca application (that
> compiles in Linux)
> It could not find the QtCrypto/qca.h:
> 
> ./widget.h:5:10: fatal error: 'QtCrypto/qca.h' file not found
> #include <QtCrypto/qca.h>
> 
> Looks like the QCA library is installed here,
> %> ls /usr/local/homebrew/Cellar/qca/2.1.0/lib/qca.framework/
> ./         ../        Headers@   Resources@ Versions/  qca@
> 
> Is there any quick way to make this compile smoothly? There's nothing
> on the official github page ..

INCLUDEPATH += /usr/local/homebrew/Cellar/qca/2.1.0/lib/qca.framework/Headers
LIBS += -F/usr/local/homebrew/Cellar/qca/2.1.0/lib -framework qca

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list