summaryrefslogtreecommitdiffstats
path: root/tests/manual/gooch-qml
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/gooch-qml
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/gooch-qml')
-rw-r--r--tests/manual/gooch-qml/gooch-qml.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/manual/gooch-qml/gooch-qml.pro b/tests/manual/gooch-qml/gooch-qml.pro
deleted file mode 100644
index b0f2b62d2..000000000
--- a/tests/manual/gooch-qml/gooch-qml.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dquick 3dinput qml quick 3dquickextras
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES += \
- main.qml \
- MyEntity.qml
-
-RESOURCES += \
- gooch-qml.qrc \
- ../../../examples/qt3d/exampleresources/obj.qrc