I want to launch a vscode project with variables before the application. I only seem to be able to supply command line arguments after the executable. Is this possible to do?
QT_QUICK_CONTROLS_MOBILE=true QT_QUICK_CONTROLS_STYLE=Plasma myApplication
I want to launch a vscode project with variables before the application. I only seem to be able to supply command line arguments after the executable. Is this possible to do?
QT_QUICK_CONTROLS_MOBILE=true QT_QUICK_CONTROLS_STYLE=Plasma myApplication