An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/ctsiaousis/qmppid

cross-platform parent-process ppid qt

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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*