aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..345fc5b
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,14 @@
+TARGET = taskmanager
+
+QT = quickcontrols2 websockets
+
+SOURCES += \
+ main.cpp \
+ taskmanager.cpp \
+ procinfo.cpp
+
+HEADERS = taskmanager.h
+
+RESOURCES += qml.qrc
+
+include(app.pri)