examples: dist qt examples

https://bugzilla.gnome.org/show_bug.cgi?id=796968
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
index bc1ada4..84d3693 100644
--- a/tests/examples/Makefile.am
+++ b/tests/examples/Makefile.am
@@ -16,6 +16,18 @@
 CAIRO_DIR=
 endif
 
+EXTRA_DIST = \
+	qt/qmlsrc/main.qml \
+	qt/qmlsrc/qml.qrc \
+	qt/qmlsrc/grabqml.pro \
+	qt/qmlsrc/main.cpp \
+	qt/qmlsink/main.qml \
+	qt/qmlsink/qml.qrc \
+	qt/qmlsink/CMakeLists.txt \
+	qt/qmlsink/play.pro \
+	qt/qmlsink/main.cpp
+
+
 SUBDIRS = audiofx equalizer $(GTK_DIR) $(JACK_DIR) level \
 	rtp rtsp shapewipe spectrum v4l2 $(CAIRO_DIR)