Hi All,
I have installed @Qt latest with Qt creator 2.6.1 (Qt 5.0.0).
I am successfully creating any projects with it, I have a project where I need to use PGP and found out an implementation is there for it
from (@qca) http://delta.affinix.com/qca/ that I think was going to be very easy to use as I have always been a Visual Studio user but never used @Qt.
now when I have downloaded the latest source of qca and run configure the following error appears
C:\SDK>cd C:\SDK\qca-2.0.3\qca-2.0.3
C:\SDK\qca-2.0.3\qca-2.0.3>configure
Configuring Qt Cryptographic Architecture (QCA) …
Verifying Qt 4 build environment … fail
Reason: Unable to find the ‘qmake’ tool for Qt 4.
Be sure you have a proper Qt 4.0 build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if QTDIR is pointing to a Qt 3
installation). At least one of the following conditions must be satisfied:
1) —qtdir is set to the location of Qt
2) QTDIR is set to the location of Qt
This program will use the first one it finds to be true, checked in the above
order.
is there any guide to building and integrating qca with qt?
regards
sid.
↧