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.
- Host: GitHub
- URL: https://github.com/ctsiaousis/qmppid
- Owner: ctsiaousis
- License: gpl-3.0
- Created: 2023-06-13T09:09:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T10:16:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T10:42:14.993Z (about 1 year ago)
- Topics: cross-platform, parent-process, ppid, qt
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*