用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
486 B

@echo off
set windeployqt="D:\qt\Qt5.7.1_MSVC2013\5.7\msvc2013\bin\windeployqt.exe"
set myissue="demo.exe"
echo 当前windeployqt路径是: %windeployqt%
echo --------------------------------------
echo --------------------------------------
echo 若不正确:
echo 关闭当前脚本,并修改其中的Qt路径。
echo --------------------------------------
echo 若路径正确:
pause
echo --------------------------------------
echo --------------------------------------
%windeployqt% %myissue%
pause