【发布时间】:2019-02-07 15:32:45
【问题描述】:
但是当我构建命令时永远不会返回
15:28:52: The process "C:\Qt\Tools\mingw730_64\bin\mingw32-make.exe" exited normally.
15:28:52: Starting: "C:\Windows\system32\cmd.exe" C:\Users\G Labdon Std\Documents\Creator\Testing\SingletonTest\MySingleton C:\Users\G Labdon Std\Documents\Creator\Testing\build-SingletonTest-Desktop_Qt_5_12_0_MinGW_64_bit-Debug\MySingleton /Y /I
Microsoft Windows [Version 10.0.17134.523]
(c) 2018 Microsoft Corporation. All rights reserved.
发生了什么,我该如何解决?
【问题讨论】:
-
实际的复制命令写在哪里?
-
这一步应该怎么做?
-
参数框中有一个 xcopy 命令 - 图表没有显示它 - 该命令应该将文件夹 MySingleton 复制到部署文件夹
-
使用
cmd /C否则cmd运行后不会退出。