Nick: QCA für Qt 5 unter Windows 7/32 Bit installieren

Hi!

Siehe Titel, ich möchte QCA installieren.
Ich habe hier und hier Anleitungen gefunden aber ich verstehe sie nicht vollständig und komme nun nicht weiter.

Kann mir bitte jemand Schritt für Schritt erklären was ich zu tun habe?

Ich habe QCA 2.1.0, CMake, Win32OpenSSL 1.0.1L und Visual C++ 2008 Redistributables 32 Bit runter geladen und die Redistributables und OpenSSL installiert. Danach habe ich CMake in der Konsole mit cmake c:\qca_2-1-0\ gestartet. In dem Verzeichnis liegt die Datei CMakeList.txt
Dabei bekam ich folgende Fehlermeldung

»-- Building for: NMake Makefiles
CMake Warning at CMakeLists.txt:9 (project):
  To use the NMake generator, cmake must be run from a shell that can use the
  compiler cl from the command line.  This environment does not contain
  INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
  work.

-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:9 (project):
  The CMAKE_C_COMPILER:

cl

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.

CMake Error at CMakeLists.txt:9 (project):
  The CMAKE_CXX_COMPILER:

cl

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred!
See also "C:/cmake/bin/CMakeFiles/CMakeOutput.log".
See also "C:/cmake/bin/CMakeFiles/CMakeError.log".«

In der Datei CMakeError.log steht

»Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: cl
Build flags:
Id flags:

The output was:
Das System kann die angegebene Datei nicht finden

Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: cl
Build flags:
Id flags: -c

The output was:
Das System kann die angegebene Datei nicht finden

Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: cl
Build flags:
Id flags: -Aa

The output was:
Das System kann die angegebene Datei nicht finden

Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: cl
Build flags:
Id flags:

The output was:
Das System kann die angegebene Datei nicht finden

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: cl
Build flags:
Id flags: -c

The output was:
Das System kann die angegebene Datei nicht finden

Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":«

In der Datei CMakeOutput.log steht nur
»The system is: Windows - 6.1 - x86«

Grüße