qt5base-lts/tests/manual/gestures/graphicsview/graphicsview.pro
Leander Beernaert 190021b9c7 Rename some manual test to be unique
This patch renames some of the manual test by prefixing them with
tst_manual_ to make sure they are unique in the project structure. This
is a requirement for the CMake port.

Change-Id: Ie393b125ce5a35b7069cf006db0f3af8c4fda5b4
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 937e014e63)
2019-11-12 10:28:40 +00:00

13 lines
219 B
Prolog

QT += widgets
TARGET = tst_manual_graphicsview
SOURCES += main.cpp \
imageitem.cpp \
gestures.cpp \
mousepangesturerecognizer.cpp
HEADERS += imageitem.h \
gestures.h \
mousepangesturerecognizer.h