Home · Overviews · Reference · Classes codeless banner

warning()

Usage

    warning("Something has happened")

Description

This function reports the warning to the user. It also causes QBuild to fail. Unlike error, the failure happens at the end of processing. This is preferred as it lets all applicable warnings be emitted.

See also QBuild Functions and QBuild Script.


Copyright © 2009 Trolltech
Qt Extended - QBuild Maintainer Guide