summaryrefslogtreecommitdiff
path: root/tests/manual/serialport/serialport.pro
blob: 3e5e0d2e469817ea8c4f301c6d348a8e18e28f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_serialport

QT = core testlib
greaterThan(QT_MAJOR_VERSION, 4) {
    QT += serialport
} else {
    include($$SERIALPORT_PROJECT_ROOT/src/qt4support/serialport.prf)
}

SOURCES += tst_serialport.cpp