summaryrefslogtreecommitdiffstats
path: root/src/tools/canbusutil/canbusutil.pro
blob: a44668248dc77fc889e356732b0e49411a3251c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT = core serialbus

SOURCES += main.cpp \
    readtask.cpp \
    canbusutil.cpp \
    sigtermhandler.cpp

HEADERS += \
    readtask.h \
    canbusutil.h \
    sigtermhandler.h

load(qt_tool)