From 1c6523bcec28fa5780a3f15e063dca39f911ceae Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 21 Mar 2013 17:41:23 +0300 Subject: [PATCH] Add plugin for screenreader support --- cmake/modules/NSIS.template.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in index d17f1bc06..415fb373b 100644 --- a/cmake/modules/NSIS.template.in +++ b/cmake/modules/NSIS.template.in @@ -35,6 +35,7 @@ !define BUILD_PATH "@CMAKE_BINARY_DIR@" !define SOURCE_PATH "@CMAKE_SOURCE_DIR@" !define QT_DLL_PATH "${MING_BIN}" +!define ACCESSIBLE_DLL_PATH "${MING_LIB}/qt4/plugins/accessible" !define SQLITE_DLL_PATH "${MING_LIB}/qt4/plugins/sqldrivers" !define IMAGEFORMATS_DLL_PATH "${MING_LIB}/qt4/plugins/imageformats" @@ -358,6 +359,9 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD File "${MING_SHARE}\qt4\translations\qtkeychain_de.qm" + SetOutPath "$INSTDIR\accessible" + File "${ACCESSIBLE_DLL_PATH}\qtaccessiblewidgets4.dll" + SetOutPath "$INSTDIR\modules" ; FIXME: fix installation dir of module, currently needs manual copying to ; /usr/i686-w64-mingw32/sys-root/mingw/bin/csync_modules/