aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/build-single-file/build-single-file.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/build-single-file/build-single-file.qbs')
-rw-r--r--tests/auto/api/testdata/build-single-file/build-single-file.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/build-single-file/build-single-file.qbs b/tests/auto/api/testdata/build-single-file/build-single-file.qbs
index 0f24278be..eeb38a5ff 100644
--- a/tests/auto/api/testdata/build-single-file/build-single-file.qbs
+++ b/tests/auto/api/testdata/build-single-file/build-single-file.qbs
@@ -4,7 +4,6 @@ import qbs.TextFile
CppApplication {
files: ["ignored1.cpp", "ignored2.cpp", "compiled.cpp"]
- cpp.useCxxPrecompiledHeader: true
cpp.includePaths: [buildDirectory]
Group {
files: ["pch.h"]