diff --git a/.gitignore b/.gitignore index 8e99446..069879d 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,6 @@ build-* # release file bin/ + +# dependentd +!redist/**/* \ No newline at end of file diff --git a/redist/win/Qt5Core.dll b/redist/win/Qt5Core.dll new file mode 100644 index 0000000..f7dd79a Binary files /dev/null and b/redist/win/Qt5Core.dll differ diff --git a/redist/win/Qt5Gui.dll b/redist/win/Qt5Gui.dll new file mode 100644 index 0000000..58f65d7 Binary files /dev/null and b/redist/win/Qt5Gui.dll differ diff --git a/redist/win/Qt5Widgets.dll b/redist/win/Qt5Widgets.dll new file mode 100644 index 0000000..57030b6 Binary files /dev/null and b/redist/win/Qt5Widgets.dll differ