- Joined
- Jul 12, 2017
- Messages
- 80
Thanks, Mike, that fixed it! Now I have another problem, which is that now dlls are not copied to the output folder, while they were being correctly copied when using MinGW, so the program crashes on startup.
--mode=gcc-5.3.0 --buildroot=/c/mingw530 --rt-version=v4 --rev=0 --bootstrap --jobs=2 --threads=posix --exceptions=dwarf --arch=i686 --bin-compress
Directory: G:\Work\CerberusMSVC\src
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 25/03/2021 13:14 build-ted-Desktop-Release
qmake : The term 'qmake' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At G:\Work\CerberusMSVC\src\rebuildall.ps1:179 char:5
+ qmake ../ted/ted.pro
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (qmake:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Microsoft (R) Program Maintenance Utility Version 14.16.27045.0
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1052: file 'Makefile.Release' not found
Stop.
windeployqt : The term 'windeployqt' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At G:\Work\CerberusMSVC\src\rebuildall.ps1:193 char:5
+ windeployqt $deplpoy --no-svg --no-angle --no-compiler-runtime -- ...
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (windeployqt:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
MSVC 2017 or 2019 for building Ted, then QT5.9.2 and MingW to build Trans, MakeDocs, CServer
View attachment 1196
If I understand that error message correctly it indicates that it can not find QMake, which is a tool that ships with QT5.9.2