qt5base-lts/tests/manual/qtouchevent/qtouchevent.pro
Friedemann Kleint 37842c2fdb Compile most manual tests with Qt 4.
Replace <QtWidgets> includes by class includes, remove tests
that do not compile.

Change-Id: I52837e8c567dc8ac365c7d43c37beb9a368f6f72
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-03-22 19:52:26 +01:00

8 lines
187 B
Prolog

QT += testlib
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES = main.cpp \
touchwidget.cpp
FORMS += form.ui
HEADERS += touchwidget.h
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0