summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-76766/qtbug-76766.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-76766/qtbug-76766.pro')
-rw-r--r--tests/manual/qtbug-76766/qtbug-76766.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/qtbug-76766/qtbug-76766.pro b/tests/manual/qtbug-76766/qtbug-76766.pro
new file mode 100644
index 000000000..f332d7d57
--- /dev/null
+++ b/tests/manual/qtbug-76766/qtbug-76766.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += qml quick
+CONFIG += c++11
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc \
+ shaders.qrc
+