aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/precompiled-header/precompiled-header.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/precompiled-header/precompiled-header.qbs')
-rw-r--r--tests/auto/api/testdata/precompiled-header/precompiled-header.qbs15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/api/testdata/precompiled-header/precompiled-header.qbs b/tests/auto/api/testdata/precompiled-header/precompiled-header.qbs
deleted file mode 100644
index 5f7b4b616..000000000
--- a/tests/auto/api/testdata/precompiled-header/precompiled-header.qbs
+++ /dev/null
@@ -1,15 +0,0 @@
-import qbs 1.0
-
-Product {
- type: "application"
- consoleApplication: true
- name: "MyApp"
- files: ["stable.h",
- "myobject.h",
- "main.cpp",
- "myobject.cpp"]
- Depends { name: "cpp" }
- cpp.precompiledHeader: "stable.h"
- Depends { name: "Qt.core" }
-}
-