This document provides instructions for installing OpenCV 2.4.x with Qt on Windows, Linux, and Mac OS X. The steps are: 1. Install Qt SDK from the Qt website. 2. Download and unpack OpenCV 2.4.x from the OpenCV website. 3. Run CMake to configure and generate Makefile projects for OpenCV. Specify debug/release build configurations and enable Qt support. 4. Build and install OpenCV by running Make or mingw32-make, and add OpenCV libraries to the system path for use with Qt projects.