From 4014240178071f0f2f15b44fbed553d8c9685467 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 18 Jun 2012 14:20:00 +0200 Subject: [PATCH] CFF dll copied into the build directory --- release.win7.vc9.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index c11d938d..3f61b63a 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -65,6 +65,9 @@ copy %BASE_QT_TRANSLATIONS_DIRECTORY%\qt_*.qm build\win32\release\product\i18n\ mkdir build\win32\release\product\customizations xcopy /s resources\customizations\* build\win32\release\product\customizations +copy plugins\cffadaptor\build\win32\release\lib\CFF_Adaptor.dll build\win32\release\product\ + + del build\win32\release\product\i18n\qt_help* del "build\win32\release\product\Sankore.pdb"