~dandrader/qtmir/frozenApps-lp1295623

« back to all changes in this revision

Viewing changes to tests/test-includes.pri

  • Committer: CI bot
  • Author(s): Daniel d'Andrada
  • Date: 2014-09-07 19:42:14 UTC
  • mfrom: (239.1.6 missingTouchEnd-lp1295623)
  • Revision ID: ps-jenkins@lists.canonical.com-20140907194214-1eq13l827gavf65i
QtEventFeeder: validate touches before sending them to Qt

Make sure we send a tidy touch event stream to Qt as some of it
(QQuickWindow) is vulnerable to things like missing touch releases.

Also properly ignore unsupported motion event actions such as hovering.
 Fixes: 1295623
Approved by: Gerry Boland, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# adds a 'make install' that installs the test cases, which we do not want.
5
5
# Can configure it not to do that with 'no_testcase_installs'
6
6
CONFIG += testcase no_testcase_installs
 
7
 
 
8
QMAKE_CXXFLAGS = -std=c++11
 
9
 
 
10
QT += testlib
 
11
 
 
12
CONFIG += link_pkgconfig
 
13
PKGCONFIG += mirserver
 
14
 
 
15
include(google-mock.pri)