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

QT = quickcontrols2 websockets charts

CONFIG(release, debug|release) {
    QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
}

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

HEADERS = taskmanager.h

RESOURCES += qml.qrc

include(app.pri)