qt6-bb10/tests/auto/qmake/testdata/include_function/include_existing_file.pro

8 lines
284 B
Prolog

# Test to see if include(), by default, succeeds when the specific file
# to include exists
include(existing_file.pri)
# Test to see if by specifying full set of parameters to include()
# succeeds when the specified filed to include exists
include(existing_file.pri, "", false)