summaryrefslogtreecommitdiffstats
path: root/examples/custominput/custominput.pro
diff options
context:
space:
mode:
authorKeränen Pasi <pasi.keranen@digia.com>2013-11-28 08:42:27 +0200
committerPasi Keränen <pasi.keranen@digia.com>2013-11-28 13:02:50 +0200
commita7e8a3279547dbea4b5343f44f3b7563c0212f1e (patch)
tree7e82c0645dc34397c2593f86f440c22606b672df /examples/custominput/custominput.pro
parent5fde532408da5b6b3ddef13aff5e07f32015e7d9 (diff)
InputHandler C++ Example Code.
QDocs to follow in separate task. Change-Id: I9f1352c190818ba43637345881e151e566188160 Task-id: QTRD-2562 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/custominput/custominput.pro')
-rw-r--r--examples/custominput/custominput.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/custominput/custominput.pro b/examples/custominput/custominput.pro
new file mode 100644
index 00000000..9a94cfcd
--- /dev/null
+++ b/examples/custominput/custominput.pro
@@ -0,0 +1,17 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCES += main.cpp scatterdatamodifier.cpp \
+ custominputhandler.cpp
+HEADERS += scatterdatamodifier.h \
+ custominputhandler.h
+
+QT += widgets
+
+INSTALLS += target
+
+RESOURCES += custominput.qrc
+
+OTHER_FILES += doc/src/* \
+ doc/images/*