summaryrefslogtreecommitdiffstats
path: root/tests/manual/qserialportinfo/qserialportinfo.pro
blob: e9577e6e1e3cc17886918f103be0ddb327129cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
CONFIG += testcase
TARGET = tst_qserialportinfo

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

SOURCES += tst_qserialportinfo.cpp