summaryrefslogtreecommitdiffstats
path: root/examples/touch/knobs/knobs.pro
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-09-12 12:57:33 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-09-14 03:56:22 +0000
commita62bab95d3adfcd6aab1f32d41750f0c1a5adfe3 (patch)
tree30a0f95d210d1d7369a3ee73c2785fd1c30f7e80 /examples/touch/knobs/knobs.pro
parent74700493c33bf8acc2973a6d151be209fd606655 (diff)
Doc: Move touch examples around so they get included in docs
Task-number: QTBUG-59249 Change-Id: I71f1d2e28f0cadbad1d6bcf117198018eaf8e012 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/touch/knobs/knobs.pro')
-rw-r--r--examples/touch/knobs/knobs.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/touch/knobs/knobs.pro b/examples/touch/knobs/knobs.pro
deleted file mode 100644
index 267ba26167..0000000000
--- a/examples/touch/knobs/knobs.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-QT += widgets
-
-HEADERS = knob.h
-SOURCES = main.cpp knob.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
-INSTALLS += target