You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cross-platform Qt specific parent process id parser to detect if application is run through QtCreator on runtime. Qt get parent process name. Qt get parent process id PID.
A cross-platform Qt specific parent process id parser to determine if application is launched through Qt creator.
Windows
You need to add LIBS += -lPsapi to the *.pro or *.pri file.
Linux
No extra links are required.
OSX
TODO
About
A cross-platform Qt specific parent process id parser to detect if application is run through QtCreator on runtime. Qt get parent process name. Qt get parent process id PID.