summaryrefslogtreecommitdiffstats
path: root/examples/touch/fingerpaint/fingerpaint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/fingerpaint/fingerpaint.pro')
-rw-r--r--examples/touch/fingerpaint/fingerpaint.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/touch/fingerpaint/fingerpaint.pro b/examples/touch/fingerpaint/fingerpaint.pro
new file mode 100644
index 0000000000..21e4294cf8
--- /dev/null
+++ b/examples/touch/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]/qtbase/touch/fingerpaint
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fingerpaint.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/fingerpaint
+INSTALLS += target sources