summaryrefslogtreecommitdiffstats
path: root/examples/touch/knobs/knobs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/knobs/knobs.pro')
-rw-r--r--examples/touch/knobs/knobs.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/touch/knobs/knobs.pro b/examples/touch/knobs/knobs.pro
new file mode 100644
index 0000000000..c1caa98dfd
--- /dev/null
+++ b/examples/touch/knobs/knobs.pro
@@ -0,0 +1,8 @@
+HEADERS = knob.h
+SOURCES = main.cpp knob.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/knobs
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS knobs.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/knobs
+INSTALLS += target sources