49c251e054
When a parent item had its visiblity toggled, then the child item would not update if the parent item had ItemHasNoContents and ItemClipsChildrenToShape set. This is a common use case in declarative as the root item has ItemHasNoContents set. Task-number: QTBUG-26846 Change-Id: Id6592ebc4ba2caa4331a4a71f7247e40993131b6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
35 lines
641 B
Prolog
35 lines
641 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = bearerex \
|
|
gestures \
|
|
inputmethodhints \
|
|
keypadnavigation \
|
|
lance \
|
|
network_remote_stresstest \
|
|
network_stresstest \
|
|
qcursor \
|
|
qdesktopwidget \
|
|
qgraphicsitem \
|
|
qgraphicsitemgroup \
|
|
qgraphicslayout/flicker \
|
|
qhttpnetworkconnection \
|
|
qimagereader \
|
|
qlocale \
|
|
qnetworkaccessmanager/qget \
|
|
qnetworkconfigurationmanager \
|
|
qnetworkreply \
|
|
qssloptions \
|
|
qtabletevent \
|
|
qtbug-8933 \
|
|
qtouchevent \
|
|
qwidget_zorder \
|
|
repaint \
|
|
socketengine \
|
|
textrendering \
|
|
widgets/itemviews/delegate \
|
|
windowflags \
|
|
windowgeometry \
|
|
windowmodality
|
|
|
|
!contains(QT_CONFIG, openssl):!contains(QT_CONFIG, openssl-linked):SUBDIRS -= qssloptions
|