From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- SQLiteStudio3/create_win32_portable.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'SQLiteStudio3/create_win32_portable.bat') diff --git a/SQLiteStudio3/create_win32_portable.bat b/SQLiteStudio3/create_win32_portable.bat index daf89d6..5602947 100644 --- a/SQLiteStudio3/create_win32_portable.bat +++ b/SQLiteStudio3/create_win32_portable.bat @@ -48,6 +48,7 @@ set QT_LIB_LIST=Qt5Core Qt5Gui Qt5Network Qt5PrintSupport Qt5Script Qt5Svg Qt5Wi for %%i in (%QT_LIB_LIST%) do ( copy "%%i.dll" %PORTABLE% > nul ) +copy qt.conf %PORTABLE% > nul mkdir %PORTABLE%\iconengines %PORTABLE%\imageformats %PORTABLE%\platforms %PORTABLE%\printsupport cd %QT_DIR%\..\plugins -- cgit v1.2.3