Is there a QT object to get my application to start automatically at login time
Unsolved
General and Desktop
-
Hello,
Is there any standard, cross OS way, QT system to get my application to automatically start when the user logs in?
Thanks,
Cyrille -
@Cyrille-de-Brebisson said in Is there a QT object to get my application to start automatically at login time:
Is there any standard, cross OS way, QT system to get my application to automatically start when the user logs in?
no, not to my knowledge .
You'll have to write your own platform specific code, If the OS allows it.
Usually, placing something into the "autostart" is done during and via the installer
-
as previously stated, this is not something the framework can handle natively. it is highly OS (and even desktop manager) specific.