From 876f53921d377a9216b8c922db670dbbab693eee Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 24 Oct 2013 17:19:03 +0200 Subject: Build installers with accessibility plugin This change makes the installers work with screen readers. Task-number: QTBUG-34296 Change-Id: I87cf313657d9eaa31f4cd89729b4e298880ae99e Reviewed-by: Frederik Gladhorn Reviewed-by: Karsten Heimrich --- installerfw.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installerfw.pri') diff --git a/installerfw.pri b/installerfw.pri index 62a82b6d9..550fc0c6c 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -87,14 +87,14 @@ macx:LIBS += -framework Carbon -framework Security isEqual(QT_MAJOR_VERSION, 4) { CONFIG += uitools CONFIG(static, static|shared) { - QTPLUGIN += qico + QTPLUGIN += qico qtaccessiblewidgets DEFINES += QT_STATIC QT += script network xml } } else { QT += uitools core-private CONFIG(static, static|shared) { - QTPLUGIN += qico + QTPLUGIN += qico qtaccessiblewidgets QT += concurrent network script xml } } -- cgit v1.2.3