summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/create_win32_portable.bat
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/create_win32_portable.bat')
-rw-r--r--SQLiteStudio3/create_win32_portable.bat1
1 files changed, 1 insertions, 0 deletions
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