0630c82bd0
Unlike qtouchevents, this provides a touch area which logs its events and devices. Task-number: QTBUG-40461 Change-Id: Iaaa3589dd692caf8c7078f5ed2ff1e8b2322a369 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
6 lines
118 B
Prolog
6 lines
118 B
Prolog
TEMPLATE = app
|
|
QT = core gui
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
CONFIG -= app_bundle
|
|
SOURCES += main.cpp
|