summaryrefslogtreecommitdiffstats
path: root/tests/manual/serialportinfo/serialportinfo.pro
blob: 941cfb764dafc91745d8bc0e3713ef4ee3f7a4f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_serialportinfo

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

SOURCES += tst_serialportinfo.cpp