summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-76766
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-76766')
-rw-r--r--tests/manual/qtbug-76766/CMakeLists.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/tests/manual/qtbug-76766/CMakeLists.txt b/tests/manual/qtbug-76766/CMakeLists.txt
new file mode 100644
index 000000000..ef1d8c7c2
--- /dev/null
+++ b/tests/manual/qtbug-76766/CMakeLists.txt
@@ -0,0 +1,48 @@
+# Generated from qtbug-76766.pro.
+
+#####################################################################
+## qtbug-76766 Binary:
+#####################################################################
+
+qt_add_manual_test(qtbug-76766
+ GUI
+ SOURCES
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Qml
+ Qt::Quick
+)
+
+# Resources:
+set(qml_resource_files
+ "FrameGraph.qml"
+ "Material1.qml"
+ "Material2.qml"
+ "PostProcess.qml"
+ "SceneRoot.qml"
+ "expected_output.png"
+ "main.qml"
+)
+
+qt_add_resource(qtbug-76766 "qml"
+ PREFIX
+ "/"
+ FILES
+ ${qml_resource_files}
+)
+set(shaders_resource_files
+ "shaders/shader.frag"
+ "shaders/shader.vert"
+)
+
+qt_add_resource(qtbug-76766 "shaders"
+ PREFIX
+ "/"
+ FILES
+ ${shaders_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:qtbug-76766.pro:<TRUE>:
+# TEMPLATE = "app"