summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/windowsfunctions/windowsfunctions.pri
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2014-12-18 10:02:47 +0100
committerAndy Shaw <andy.shaw@digia.com>2015-01-05 07:49:15 +0100
commitf444b25ac1dfe240b5ae592717907b15d30a5c21 (patch)
tree227e1f674a38c7def07aa3284d5d522bbb449b04 /src/platformheaders/windowsfunctions/windowsfunctions.pri
parent84a3dacf462a4170a7fbc71b012fbb2db2c34a19 (diff)
Add a platform function to enable setting the touch flags on Windows
This makes it possible for the flags that RegisterTouchWindow takes to be specified after the window has been created. Task-number: QTBUG-41433 Change-Id: I166143875ef54ab6a249cffb31d017845a694a01 Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
Diffstat (limited to 'src/platformheaders/windowsfunctions/windowsfunctions.pri')
-rw-r--r--src/platformheaders/windowsfunctions/windowsfunctions.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platformheaders/windowsfunctions/windowsfunctions.pri b/src/platformheaders/windowsfunctions/windowsfunctions.pri
new file mode 100644
index 0000000000..479245db80
--- /dev/null
+++ b/src/platformheaders/windowsfunctions/windowsfunctions.pri
@@ -0,0 +1 @@
+HEADERS += $$PWD/qwindowswindowfunctions.h