qt can be run, but can not run exe packetized directly

Background: Compile rdm2019.4.0 version
compiled after release is complete, you can run qt directly, but use qt deployment tools to deploy, rdm not display interface;
reason: the need to use "their" qml folder, namely in rdm.exe the qml folder, rather than qt environment qml folder;
command:windeployqt --qmldir rdm\src\qml rdm.exe

note:

  1. Python37.dll need to run
  2. Need crashreporter
  3. When compiling crashreporter, you need to add a few macro definition? I was so dry ~ ~ ~ ~

 

Guess you like

Origin www.cnblogs.com/FairlyHarmony/p/11324659.html