Commit 8fd5468c authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Rewrite qaxserver_main.cpp to use CommandLineToArgvW()


Rewrite the command line processing to use QStrings constructed
from the return value of CommandLineToArgvW().
This ensures that arguments with blanks are processed correctly
and fixes the invocation of .exe targets with spaces via idc
using the -dumpidl option and removes the dependency on
the qWinMain() function exported from QtCore.

Task-number: QTBUG-55332
Change-Id: I2d6cc11f2bff30027664707d03a75650d724a4f9
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
parent b4fc0df8
Showing with 60 additions and 27 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment