summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/include_function/include_existing_file.pro
blob: 737802370affc112ca41588db8613b9e25a47e3a (plain)
1
2
3
4
5
6
7
8
# 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)
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0