summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/fingerpaint/fingerpaint.pro
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-03-25 10:31:33 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-03-25 10:31:33 (GMT)
commit98619f427322ac7889b3db6f8991ca079209cec7 (patch)
tree8c8031f3fb43ed12a658efa931f9d0e1a0577229 /examples/multitouch/fingerpaint/fingerpaint.pro
parent96741cb1aba9feaf0099910884bee5241e52f794 (diff)
downloadQt-98619f427322ac7889b3db6f8991ca079209cec7.zip
Qt-98619f427322ac7889b3db6f8991ca079209cec7.tar.gz
Qt-98619f427322ac7889b3db6f8991ca079209cec7.tar.bz2
add the multitouch fingerpaint example, based on the scribble example
Diffstat (limited to 'examples/multitouch/fingerpaint/fingerpaint.pro')
-rw-r--r--examples/multitouch/fingerpaint/fingerpaint.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/multitouch/fingerpaint/fingerpaint.pro b/examples/multitouch/fingerpaint/fingerpaint.pro
new file mode 100644
index 0000000..1d45635
--- /dev/null
+++ b/examples/multitouch/fingerpaint/fingerpaint.pro
@@ -0,0 +1,11 @@
+HEADERS = mainwindow.h \
+ scribblearea.h
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ scribblearea.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/multitouch/fingerpaint
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fingerpaint.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch/fingerpaint
+INSTALLS += target sources