diff options
Diffstat (limited to 'ProcessManager.pro')
| -rw-r--r-- | ProcessManager.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ProcessManager.pro b/ProcessManager.pro new file mode 100644 index 0000000..95bc758 --- /dev/null +++ b/ProcessManager.pro @@ -0,0 +1,8 @@ +TEMPLATE = app +CONFIG += console +CONFIG -= app_bundle +CONFIG -= qt + +SOURCES += main.c + +QMAKE_CFLAGS *= -std=c11 |
