1e503d7634
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>
27 lines
453 B
Prolog
27 lines
453 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qaction \
|
|
qactiongroup \
|
|
qapplication \
|
|
qboxlayout \
|
|
qdesktopwidget \
|
|
qformlayout \
|
|
qgesturerecognizer \
|
|
qgridlayout \
|
|
qlayout \
|
|
qstackedlayout \
|
|
qtooltip \
|
|
qwidget \
|
|
qwidget_window \
|
|
qwidgetaction \
|
|
qwidgetmetatype \
|
|
qwidgetsvariant \
|
|
qwindowcontainer \
|
|
qshortcut \
|
|
qsizepolicy
|
|
|
|
darwin:SUBDIRS -= \ # Uses native recognizers
|
|
qgesturerecognizer \
|
|
|
|
SUBDIRS -= qsound
|