summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/functions/functions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/functions/functions.pro')
-rw-r--r--tests/auto/qmake/testdata/functions/functions.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmake/testdata/functions/functions.pro b/tests/auto/qmake/testdata/functions/functions.pro
index 9ed92f960..5e089e403 100644
--- a/tests/auto/qmake/testdata/functions/functions.pro
+++ b/tests/auto/qmake/testdata/functions/functions.pro
@@ -46,7 +46,7 @@ isEmpty( CONFIG ) {
}
#include
-include( infiletest.pro )
+include( infiletest.pro, "", true )
!contains( DEFINES, QT_DLL ) {
message( "FAILED: include function: $$DEFINES" )
}