From a62bab95d3adfcd6aab1f32d41750f0c1a5adfe3 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Wed, 12 Sep 2018 12:57:33 +0200 Subject: Doc: Move touch examples around so they get included in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-59249 Change-Id: I71f1d2e28f0cadbad1d6bcf117198018eaf8e012 Reviewed-by: Topi Reiniƶ --- examples/widgets/touch/fingerpaint/fingerpaint.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/widgets/touch/fingerpaint/fingerpaint.pro (limited to 'examples/widgets/touch/fingerpaint/fingerpaint.pro') diff --git a/examples/widgets/touch/fingerpaint/fingerpaint.pro b/examples/widgets/touch/fingerpaint/fingerpaint.pro new file mode 100644 index 0000000000..6370da6607 --- /dev/null +++ b/examples/widgets/touch/fingerpaint/fingerpaint.pro @@ -0,0 +1,13 @@ +QT += widgets +requires(qtConfig(filedialog)) +qtHaveModule(printsupport): QT += printsupport + +HEADERS = mainwindow.h \ + scribblearea.h +SOURCES = main.cpp \ + mainwindow.cpp \ + scribblearea.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/fingerpaint +INSTALLS += target -- cgit v1.2.3