Qt Extended Home · Build System Home · Reference · User Guide · Internals codeless banner

VPATH

Usage

    VPATH+=some/dir
    SOURCES+=foo.cpp

Description

Register another directory for qmake to find files in. By default qmake will search relative to both the source and build trees. This is useful when including source from another directory.

See also Variables.


Copyright © 2009 Trolltech
Qt Extended - Build System Documentation