Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
3.1.0
Description
It appears that currently qtlicd is started as a child process of the Qt Creator (or DS) process. Instead it should be started "detached" from Qt Creator, like with QProcess::startDetached.
Likely affects both macOS and Linux, as they use the same startDetached implementation. Windows needs to be tested separately.