summaryrefslogtreecommitdiffstats
path: root/tests/auto/qserialport/qserialport.pro
blob: c16cd5eea349d0db5d25453ffe71b9a1a8144efe (plain)
1
2
3
4
5
6
7
8
9
10
11
QT = core testlib
TARGET = tst_qserialport
#CONFIG += testcase

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

SOURCES = tst_qserialport.cpp