summaryrefslogtreecommitdiffstats
path: root/tests/manual/qserialportinfo/qserialportinfo.pro
blob: 8e08264cdcf7bdef20369e00c529272c089a3d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
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