summaryrefslogtreecommitdiff
path: root/tests/manual/widgets/touchbrowser/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix name colision for cmake targetMichal Klocek2023-03-281-1/+1
| | | | | | | | | | After c89fcec the build with manual tests fails as executables have same targets. Fix too compilation issue. Change-Id: I9fd2831b4f0d766e138ae2289e91aa43280568bd Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
* Implement touchbrowser for widgetsMartin Negyokru2022-12-131-0/+62
Simplify touchMockingApplication. Let QApplication synthesize touch events. Unify quick and widgets touchbrowser. Fixes: QTBUG-100417 Change-Id: If43432996ca18c67f3ae13ab0767d267b27dc9a2 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>