qt5base-lts/tests/auto/widgets/kernel/qgesturerecognizer/qgesturerecognizer.pro
Marc Mutz 1e503d7634 Move QGestureRecognizer test to widgets/kernel
It's the subdir where the implementation also lives. There's no
src/widgets/gestures, either.

Change the mac: into a darwin: scope in the .pro file, so Sanity Bot
does not complain.

Change-Id: I7608d6da05af4a1117db585798a87a20ae80717a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2017-06-02 18:36:11 +00:00

5 lines
137 B
Prolog

CONFIG += testcase
TARGET = tst_qgesturerecognizer
QT += widgets testlib gui-private core-private
SOURCES += tst_qgesturerecognizer.cpp