summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qtbug-70248
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qtbug-70248')
-rw-r--r--tests/auto/quick/qtbug-70248/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/quick/qtbug-70248/CMakeLists.txt b/tests/auto/quick/qtbug-70248/CMakeLists.txt
new file mode 100644
index 000000000..cc6f120b0
--- /dev/null
+++ b/tests/auto/quick/qtbug-70248/CMakeLists.txt
@@ -0,0 +1,17 @@
+qt_internal_add_test(tst_qtbug-70248
+ SOURCES
+ tst_qtbug-70248.cpp
+ LIBRARIES
+ Qt::WebEngineQuickPrivate
+)
+
+set(test_resource_files
+ "test.qml"
+)
+
+qt_add_resource(tst_qtbug-70248 "test"
+ PREFIX
+ "/"
+ FILES
+ ${test_resource_files}
+)