添加打包时image相关插件安装。
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo on
|
||||
|
||||
set QT_DIR=C:/Qt/6.8.3/mingw_64
|
||||
set QT_DIR=C:/local/qt6
|
||||
cd ..
|
||||
cmake -G "MinGW Makefiles" -Bbuild-qt6 -S. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=%QT_DIR% -DQT_DEFAULT_MAJOR_VERSION=6 -DCOMPILE_GUI=ON -DRELEASE_MARK=ON
|
||||
cmake --build build-qt6 --config Release
|
||||
|
||||
Reference in New Issue
Block a user