diff --git a/tests/manual/qml/testfiles/usingbutton.qml b/tests/manual/qml/testfiles/usingbutton.qml
new file mode 100644
index 0000000000000000000000000000000000000000..27375c89574fe2b1c951dd0325e12efdcb6ba6a2
--- /dev/null
+++ b/tests/manual/qml/testfiles/usingbutton.qml
@@ -0,0 +1,11 @@
+import Qt 4.6
+import "components"
+
+Rectangle {
+    width: 640
+    height: 480
+
+    MyButton {
+    }
+
+}
\ No newline at end of file