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>
This commit is contained in:
parent
b04b4ae4f6
commit
1e503d7634
@ -1,6 +0,0 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qgesturerecognizer \
|
||||
|
||||
mac: SUBDIRS -= \ # Uses native recognizers
|
||||
qgesturerecognizer \
|
@ -6,6 +6,7 @@ SUBDIRS=\
|
||||
qboxlayout \
|
||||
qdesktopwidget \
|
||||
qformlayout \
|
||||
qgesturerecognizer \
|
||||
qgridlayout \
|
||||
qlayout \
|
||||
qstackedlayout \
|
||||
@ -19,4 +20,7 @@ SUBDIRS=\
|
||||
qshortcut \
|
||||
qsizepolicy
|
||||
|
||||
darwin:SUBDIRS -= \ # Uses native recognizers
|
||||
qgesturerecognizer \
|
||||
|
||||
SUBDIRS -= qsound
|
||||
|
@ -8,4 +8,3 @@ SUBDIRS=\
|
||||
styles \
|
||||
util \
|
||||
widgets \
|
||||
gestures \
|
||||
|
Loading…
Reference in New Issue
Block a user