ctsiaousis / QMPPID

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMPPID

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.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%