summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/create_win32_portable.bat
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-12 16:19:40 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-12 16:19:40 -0400
commit9618f0ebbf4b88045247c01ce8c8f58203508ebf (patch)
tree20c9894691353ee8bab4eec668e9b0b6c6426e0f /SQLiteStudio3/create_win32_portable.bat
parenta308f430f694423064ebc86fd0506c8c6fdb3d93 (diff)
Imported Upstream version 3.0.6upstream/3.0.6
Diffstat (limited to 'SQLiteStudio3/create_win32_portable.bat')
-rw-r--r--SQLiteStudio3/create_win32_portable.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/SQLiteStudio3/create_win32_portable.bat b/SQLiteStudio3/create_win32_portable.bat
index 5602947..c688dc0 100644
--- a/SQLiteStudio3/create_win32_portable.bat
+++ b/SQLiteStudio3/create_win32_portable.bat
@@ -1,6 +1,6 @@
@echo off
-set QT_DIR=c:\Qt\5.3\mingw482_32\bin
+set QT_DIR=c:\Qt\5.4\mingw491_32\bin
set ZIP="c:\Program Files (x86)\7-Zip\7z.exe"
set QMAKE=%QT_DIR%\qmake.exe
@@ -44,7 +44,7 @@ cd plugins
del /q *.a
rem Copy Qt files
cd %QT_DIR%
-set QT_LIB_LIST=Qt5Core Qt5Gui Qt5Network Qt5PrintSupport Qt5Script Qt5Svg Qt5Widgets Qt5Xml icudt52 icuin52 icuuc52 libgcc_s_dw2-1 libstdc++-6 libwinpthread-1
+set QT_LIB_LIST=Qt5Core Qt5Gui Qt5Network Qt5PrintSupport Qt5Script Qt5Svg Qt5Widgets Qt5Xml icudt53 icuin53 icuuc53 libgcc_s_dw2-1 libstdc++-6 libwinpthread-1
for %%i in (%QT_LIB_LIST%) do (
copy "%%i.dll" %PORTABLE% > nul
)