Starting /usr/bin/appcontroller with "--launch" parameter from QT Creator
-
I am trying to start a QT Quick app and another QT terminal app so that they are running together from QT Creator on a device using Boot2QT. However starting one application kills the other. The Application output shows:
quit Process exited with exit code 1 15:25:31: /usr/bin/appcontroller on Qt Debug Bridge device b2qt-apalis-imx8-00142d67d632 exited with code 0I have removed the deployment step "Stop already running application" - but it made no difference.
I thought I had found the solution by investigating command line options on
/usr/bin/appcontroller:# /usr/bin/appcontroller --help . . . --launch Start application without stopping already running application . . .However I cannot find a way to add
--launchto/usr/bin/appcontrollerwithin QTCreator:
--launchis passed to my application rather than/usr/bin/appcontroller.I wondered if instead there was a way to configure using
appcontroller.confbut looking at the source forappcontrollerit appears not.Any ideas?
-
I am trying to start a QT Quick app and another QT terminal app so that they are running together from QT Creator on a device using Boot2QT. However starting one application kills the other. The Application output shows:
quit Process exited with exit code 1 15:25:31: /usr/bin/appcontroller on Qt Debug Bridge device b2qt-apalis-imx8-00142d67d632 exited with code 0I have removed the deployment step "Stop already running application" - but it made no difference.
I thought I had found the solution by investigating command line options on
/usr/bin/appcontroller:# /usr/bin/appcontroller --help . . . --launch Start application without stopping already running application . . .However I cannot find a way to add
--launchto/usr/bin/appcontrollerwithin QTCreator:
--launchis passed to my application rather than/usr/bin/appcontroller.I wondered if instead there was a way to configure using
appcontroller.confbut looking at the source forappcontrollerit appears not.Any ideas?
