aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/autotest/files/tests.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/autotest/files/tests.qbs')
-rw-r--r--share/qtcreator/templates/wizards/autotest/files/tests.qbs8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/qtcreator/templates/wizards/autotest/files/tests.qbs b/share/qtcreator/templates/wizards/autotest/files/tests.qbs
deleted file mode 100644
index 6a83cf65ef..0000000000
--- a/share/qtcreator/templates/wizards/autotest/files/tests.qbs
+++ /dev/null
@@ -1,8 +0,0 @@
-import qbs
-
-Project {
- name: "%{ProjectName} tests"
- references: [
- "auto/auto.qbs"
- ]
-}