aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 3607728886324a4cf23d334389a55707a54383ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = taskmanager

QT = quickcontrols2 websockets charts

SOURCES += \
        main.cpp \
        taskmanager.cpp \
        procinfo.cpp

HEADERS = taskmanager.h

RESOURCES += qml.qrc

include(app.pri)