From 6a86d936e8823f0e86969bc88b68dafd5fd3b973 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 9 Sep 2015 18:00:01 +0200 Subject: Initial commit --- ProcessManager.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ProcessManager.pro (limited to 'ProcessManager.pro') 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 -- cgit v1.2.3-54-g00ecf