diff --git a/.gitignore b/.gitignore index cf16a88..dd320fe 100644 --- a/.gitignore +++ b/.gitignore @@ -68,7 +68,6 @@ Thumbs.db # Binaries # -------- -*.dll *.exe build diff --git a/appenv/Qt5Core.dll b/appenv/Qt5Core.dll new file mode 100644 index 0000000..4712ed1 Binary files /dev/null and b/appenv/Qt5Core.dll differ diff --git a/appenv/Qt5Gui.dll b/appenv/Qt5Gui.dll new file mode 100644 index 0000000..0a557c1 Binary files /dev/null and b/appenv/Qt5Gui.dll differ diff --git a/appenv/Qt5SerialPort.dll b/appenv/Qt5SerialPort.dll new file mode 100644 index 0000000..1c5b2d0 Binary files /dev/null and b/appenv/Qt5SerialPort.dll differ diff --git a/appenv/Qt5Widgets.dll b/appenv/Qt5Widgets.dll new file mode 100644 index 0000000..63cd78d Binary files /dev/null and b/appenv/Qt5Widgets.dll differ diff --git a/appenv/iconengines/qsvgicond.dll b/appenv/iconengines/qsvgicond.dll new file mode 100644 index 0000000..0b8f5ad Binary files /dev/null and b/appenv/iconengines/qsvgicond.dll differ diff --git a/appenv/imageformats/qgifd.dll b/appenv/imageformats/qgifd.dll new file mode 100644 index 0000000..c194f92 Binary files /dev/null and b/appenv/imageformats/qgifd.dll differ diff --git a/appenv/imageformats/qicnsd.dll b/appenv/imageformats/qicnsd.dll new file mode 100644 index 0000000..ab08ec6 Binary files /dev/null and b/appenv/imageformats/qicnsd.dll differ diff --git a/appenv/imageformats/qicod.dll b/appenv/imageformats/qicod.dll new file mode 100644 index 0000000..4bf5c3b Binary files /dev/null and b/appenv/imageformats/qicod.dll differ diff --git a/appenv/imageformats/qsvgd.dll b/appenv/imageformats/qsvgd.dll new file mode 100644 index 0000000..8f2031f Binary files /dev/null and b/appenv/imageformats/qsvgd.dll differ diff --git a/appenv/imageformats/qtgad.dll b/appenv/imageformats/qtgad.dll new file mode 100644 index 0000000..e60b83e Binary files /dev/null and b/appenv/imageformats/qtgad.dll differ diff --git a/appenv/imageformats/qtiffd.dll b/appenv/imageformats/qtiffd.dll new file mode 100644 index 0000000..b210d4b Binary files /dev/null and b/appenv/imageformats/qtiffd.dll differ diff --git a/appenv/imageformats/qwbmpd.dll b/appenv/imageformats/qwbmpd.dll new file mode 100644 index 0000000..5d68aae Binary files /dev/null and b/appenv/imageformats/qwbmpd.dll differ diff --git a/appenv/libgcc_s_seh-1.dll b/appenv/libgcc_s_seh-1.dll new file mode 100644 index 0000000..4ec945b Binary files /dev/null and b/appenv/libgcc_s_seh-1.dll differ diff --git a/appenv/libstdc++-6.dll b/appenv/libstdc++-6.dll new file mode 100644 index 0000000..8e55acc Binary files /dev/null and b/appenv/libstdc++-6.dll differ diff --git a/appenv/libwinpthread-1.dll b/appenv/libwinpthread-1.dll new file mode 100644 index 0000000..d9f4e1a Binary files /dev/null and b/appenv/libwinpthread-1.dll differ diff --git a/appenv/platforms/qdirect2d.dll b/appenv/platforms/qdirect2d.dll new file mode 100644 index 0000000..0aa3253 Binary files /dev/null and b/appenv/platforms/qdirect2d.dll differ diff --git a/appenv/platforms/qminimal.dll b/appenv/platforms/qminimal.dll new file mode 100644 index 0000000..6116a86 Binary files /dev/null and b/appenv/platforms/qminimal.dll differ diff --git a/appenv/platforms/qoffscreen.dll b/appenv/platforms/qoffscreen.dll new file mode 100644 index 0000000..c8f5790 Binary files /dev/null and b/appenv/platforms/qoffscreen.dll differ diff --git a/appenv/platforms/qwebgl.dll b/appenv/platforms/qwebgl.dll new file mode 100644 index 0000000..75e55d2 Binary files /dev/null and b/appenv/platforms/qwebgl.dll differ diff --git a/appenv/platforms/qwindows.dll b/appenv/platforms/qwindows.dll new file mode 100644 index 0000000..4227915 Binary files /dev/null and b/appenv/platforms/qwindows.dll differ diff --git a/appenv/styles/qwindowsvistastyled.dll b/appenv/styles/qwindowsvistastyled.dll new file mode 100644 index 0000000..d46051e Binary files /dev/null and b/appenv/styles/qwindowsvistastyled.dll differ diff --git a/tools/build.bat b/tools/build.bat new file mode 100644 index 0000000..335a4cc --- /dev/null +++ b/tools/build.bat @@ -0,0 +1,6 @@ +cd build +make -j8 +cd .. +copy build\a8000_pc_upper.exe appenv\app.exe +@REM #打包指令 +.\tools\makesfx.exe -ic -mf -ft -we -di -un -oo .\appenv\ .\dist\app.exe .\logo.ico .\appenv\app.exe \ No newline at end of file diff --git a/tools/init.bat b/tools/init.bat new file mode 100644 index 0000000..f1e559a --- /dev/null +++ b/tools/init.bat @@ -0,0 +1,9 @@ +"C:\Program Files\CMake\bin\cmake.exe" ^ + -B "build" ^ + "-GMinGW Makefiles" ^ + "-DCMAKE_BUILD_TYPE:STRING=Release" ^ + "-DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=C:/Qt/Qt5.12.12/Tools/QtCreator/share/qtcreator/package-manager/auto-setup.cmake" ^ + "-DQT_QMAKE_EXECUTABLE:STRING=C:/Qt/Qt5.12.12/5.12.12/mingw73_64/bin/qmake.exe" ^ + "-DCMAKE_PREFIX_PATH:STRING=C:/Qt/Qt5.12.12/5.12.12/mingw73_64" ^ + "-DCMAKE_C_COMPILER:STRING=C:/Qt/Qt5.12.12/Tools/mingw730_64/bin/gcc.exe" ^ + "-DCMAKE_CXX_COMPILER:STRING=C:/Qt/Qt5.12.12/Tools/mingw730_64/bin/g++.exe"