aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/accessible/accessible.pri
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-10-27 15:21:32 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-11 16:53:31 +0100
commitbe2954a0b7d26942f7b6fcf4d4c45e7c6164872c (patch)
treedcbdfb6a542c86488401542a04a08b608e832318 /src/quick/accessible/accessible.pri
parente552ca0602186826b9dbf2435dd95303cf1bf39b (diff)
Merge QQmlAccessible into QAccessibleQuickItem
The idea of the separation was to keep Qt Quick 1 and 2 accessibilty in sync. This is not going to happen because Qt Quick 1 accessibility was never supported and will not be in the future either, so instead remove code duplication and merge the two classes. Change-Id: I508eb0ae20ab22ee92806a4c648c39b35259b6b9 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'src/quick/accessible/accessible.pri')
-rw-r--r--src/quick/accessible/accessible.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quick/accessible/accessible.pri b/src/quick/accessible/accessible.pri
index 88ff747488..bff1325bd9 100644
--- a/src/quick/accessible/accessible.pri
+++ b/src/quick/accessible/accessible.pri
@@ -4,13 +4,11 @@ QT += core-private gui-private qml-private
#DEFINES+=Q_ACCESSIBLE_QUICK_ITEM_ENABLE_DEBUG_DESCRIPTION
SOURCES += \
- $$PWD/qqmlaccessible.cpp \
$$PWD/qaccessiblequickview.cpp \
$$PWD/qaccessiblequickitem.cpp \
$$PWD/qquickaccessiblefactory.cpp \
HEADERS += \
- $$PWD/qqmlaccessible_p.h \
$$PWD/qaccessiblequickview_p.h \
$$PWD/qaccessiblequickitem_p.h \
$$PWD/qquickaccessiblefactory_p.h \