summaryrefslogtreecommitdiff
path: root/tests/manual/trk/runner.pro
blob: 4ced7ccd71abbd0302dc062e6acca3867e284054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

TEMPLATE = app

QT += network

win32:CONFIG+=console

HEADERS += \
    trkutils.h \
    trkdevicex.h \

SOURCES += \
    runner.cpp \
    trkutils.cpp \
    trkdevicex.cpp \