summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/include_function/include_existing_file.pro
blob: 424062a9ac94703dbd83d923e0ec71bbd494f1e6 (plain)
1
2
3
4
5
6
7
# 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)