Saturday, October 4, 2008

Qt 4.4.3 Windows Compiling Notes

Key feature Spec:
  • Phonon supported
  • OpenSSL supported
SDK and Tools downloads:
OpenSSL FIX Note:
Moving the typdef from the ossl_typ.h file to the ocsp.h file where the stuct ocsp_response_st is defined at.

Env. :
@echo off
Set QMAKESPEC=win32-msvc2008
Set QTDIR=C:\qt\4.4.3
Set C:\qt\4.4.3\bin;%PATH%
Call C:\Program Files\Microsoft DirectX SDK (August 2008)\Utilities\Bin\dx_setenv.cmd
Call C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat
Set OPENSSL_DIR = "c:\openssl"

No comments: