summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/fingerpaint/fingerpaint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/touch/fingerpaint/fingerpaint.pro')
-rw-r--r--examples/widgets/touch/fingerpaint/fingerpaint.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/widgets/touch/fingerpaint/fingerpaint.pro b/examples/widgets/touch/fingerpaint/fingerpaint.pro
deleted file mode 100644
index 6370da6607..0000000000
--- a/examples/widgets/touch/fingerpaint/fingerpaint.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-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