summaryrefslogtreecommitdiffstats
path: root/tests/manual/cylinder-parent-test
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2023-02-24 09:55:35 +0000
committerMike Krus <mike.krus@kdab.com>2023-03-17 17:47:51 +0000
commitc9bd3ad794626bec15a659398479be16fb657b17 (patch)
tree6e4149d94a5fa8ff98411c9ba073421d89f2e477 /tests/manual/cylinder-parent-test
parent437267f14978b95ccde2589cf5f0b3dcf2e1be2c (diff)
Remove qmake build files
Except in examples Pick-to: 6.5 Change-Id: I31b06ddfc79f14dde3369518a76d57606daf939f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/cylinder-parent-test')
-rw-r--r--tests/manual/cylinder-parent-test/cylinder-parent-test.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/manual/cylinder-parent-test/cylinder-parent-test.pro b/tests/manual/cylinder-parent-test/cylinder-parent-test.pro
deleted file mode 100644
index d3db3bc76..000000000
--- a/tests/manual/cylinder-parent-test/cylinder-parent-test.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dextras
-
-SOURCES += main.cpp
-
-