Version()

Name

Version() -- Condition function for %If directive

Synopsis

Version(version_range);

Parameters

version_range: enclosed in parenthesis one or both of low_Bound and high_bound separated by a '-'

Remarks

This is the only currently available type of condition for %If.

Examples

%If Version(- Qt_2_00) 
%If Version(Qt_1_43 -) 
%If Version(Qt_2_00 - Qt_2_1_0)